Fix test.
authorCarl Hetherington <cth@carlh.net>
Mon, 16 Jul 2018 23:00:19 +0000 (00:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 16 Jul 2018 23:00:19 +0000 (00:00 +0100)
test/srt_subtitle_test.cc

index 6c2928fa8f0599753932647aca662b345b6a048d..7c89749e20dac27c646700929f713ee009967958 100644 (file)
@@ -104,7 +104,6 @@ BOOST_AUTO_TEST_CASE (srt_subtitle_test3)
        film->set_name ("frobozz");
        film->set_interop (true);
        film->set_audio_channels (6);
-       film->set_interop (false);
        shared_ptr<TextSubtitleContent> content (new TextSubtitleContent (film, private_data / "Ankoemmling_short.srt"));
        film->examine_and_add_content (content);
        wait_for_jobs ();