From: Carl Hetherington Date: Sun, 11 Feb 2018 00:19:51 +0000 (+0000) Subject: Try to fix test. X-Git-Tag: v2.11.55~5 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=a49d1f0a2db7d84ad0d158bf1f6d384ff14ab6a3 Try to fix test. --- diff --git a/test/srt_subtitle_test.cc b/test/srt_subtitle_test.cc index 61a38d0f6..2b7cb340a 100644 --- a/test/srt_subtitle_test.cc +++ b/test/srt_subtitle_test.cc @@ -180,6 +180,7 @@ BOOST_AUTO_TEST_CASE (srt_subtitle_test5) BOOST_AUTO_TEST_CASE (srt_subtitle_test6) { shared_ptr film = new_test_film2 ("srt_subtitle_test6"); + film->set_interop (true); shared_ptr content (new TextSubtitleContent (film, "test/data/frames.srt")); content->subtitle->set_use (true); content->subtitle->set_burn (false);