diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-11 00:19:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-11 00:19:51 +0000 |
| commit | a49d1f0a2db7d84ad0d158bf1f6d384ff14ab6a3 (patch) | |
| tree | 950fbd1801e5dc2df6cddf11da9bdf37cace48cc /test | |
| parent | 0743c98ee66d15ad0a364614f0e576948f40be74 (diff) | |
Try to fix test.
Diffstat (limited to 'test')
| -rw-r--r-- | test/srt_subtitle_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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> film = new_test_film2 ("srt_subtitle_test6"); + film->set_interop (true); shared_ptr<TextSubtitleContent> content (new TextSubtitleContent (film, "test/data/frames.srt")); content->subtitle->set_use (true); content->subtitle->set_burn (false); |
