From b7115454679f39c296c779eeb71d257e77efd62d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 17 Jul 2018 00:00:19 +0100 Subject: [PATCH] Fix test. --- test/srt_subtitle_test.cc | 1 - 1 file changed, 1 deletion(-) 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 content (new TextSubtitleContent (film, private_data / "Ankoemmling_short.srt")); film->examine_and_add_content (content); wait_for_jobs (); -- 2.30.2