Bump version
[dcpomatic.git] / test / xml_subtitle_test.cc
index 561b1021fc6013462f1268364b3f0bac7ecf0bb2..8f44fa7229bdb4b060086e820704994ac038fdee 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -46,5 +46,6 @@ BOOST_AUTO_TEST_CASE (xml_subtitle_test)
        film->make_dcp ();
        wait_for_jobs ();
 
+       /* Should be blank video with MXF subtitles */
        check_dcp ("test/data/xml_subtitle_test", film->dir (film->dcp_name ()));
 }