diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-17 00:00:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-17 00:00:19 +0100 |
| commit | b7115454679f39c296c779eeb71d257e77efd62d (patch) | |
| tree | 63a896515dc1540249ac63abcafd9a1b28c29927 | |
| parent | 3fddd8dd6479c78421015cd819ec588a68a4be7e (diff) | |
Fix test.
| -rw-r--r-- | test/srt_subtitle_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/srt_subtitle_test.cc b/test/srt_subtitle_test.cc index 6c2928fa8..7c89749e2 100644 --- a/test/srt_subtitle_test.cc +++ b/test/srt_subtitle_test.cc @@ -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 (); |
