summaryrefslogtreecommitdiff
path: root/test/srt_subtitle_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-28 17:29:13 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-28 17:29:13 +0100
commite0c1f973d9b17a3a15b04afda2d2181057afec64 (patch)
tree6f9a8f48c2b3c798a0d6e84bb95f248129a3f8cd /test/srt_subtitle_test.cc
parenta8364241532c0c4b064c30d6151f1a248a27e467 (diff)
Make srt_subtitle_test3 shorter.
Diffstat (limited to 'test/srt_subtitle_test.cc')
-rw-r--r--test/srt_subtitle_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/srt_subtitle_test.cc b/test/srt_subtitle_test.cc
index 9b9e6b5c6..b6df6e393 100644
--- a/test/srt_subtitle_test.cc
+++ b/test/srt_subtitle_test.cc
@@ -118,7 +118,7 @@ BOOST_AUTO_TEST_CASE (srt_subtitle_test3)
film->set_name ("frobozz");
film->set_interop (true);
film->set_audio_channels (6);
- shared_ptr<TextSubtitleContent> content (new TextSubtitleContent (film, private_data / "Ankoemmling.srt"));
+ shared_ptr<TextSubtitleContent> content (new TextSubtitleContent (film, private_data / "Ankoemmling_short.srt"));
film->examine_and_add_content (content);
wait_for_jobs ();
@@ -128,7 +128,7 @@ BOOST_AUTO_TEST_CASE (srt_subtitle_test3)
film->make_dcp ();
wait_for_jobs ();
- check_subtitle_file (film, private_data / "Ankoemmling.xml");
+ check_subtitle_file (film, private_data / "Ankoemmling_short.xml");
}
/** Build a small DCP with no picture and a single subtitle overlaid onto it */