summaryrefslogtreecommitdiff
path: root/test/srt_subtitle_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-18 14:29:25 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-18 14:29:25 +0100
commitf030e63e223379c25d049d66f9ddd2c779619cec (patch)
treeea4b34f317f525ebc90939d0b3a7fb1249803306 /test/srt_subtitle_test.cc
parent34c6465e14a9654c01e32bcb54a59ff35dc551f9 (diff)
Some comments in tests.
Diffstat (limited to 'test/srt_subtitle_test.cc')
-rw-r--r--test/srt_subtitle_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/srt_subtitle_test.cc b/test/srt_subtitle_test.cc
index fd9632a31..2279308e1 100644
--- a/test/srt_subtitle_test.cc
+++ b/test/srt_subtitle_test.cc
@@ -46,6 +46,7 @@ BOOST_AUTO_TEST_CASE (srt_subtitle_test)
film->make_dcp ();
wait_for_jobs ();
+ /* Should be blank video with a subtitle MXF */
check_dcp ("test/data/srt_subtitle_test", film->dir (film->dcp_name ()));
}
@@ -68,6 +69,7 @@ BOOST_AUTO_TEST_CASE (srt_subtitle_test2)
film->make_dcp ();
wait_for_jobs ();
+ /* Should be blank video with a subtitle MXF */
check_dcp ("test/data/srt_subtitle_test2", film->dir (film->dcp_name ()));
}