diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-10 00:11:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-10 00:11:33 +0100 |
| commit | 990c16a56a6d2dbe37f49f019ed13bc0ff2ae4db (patch) | |
| tree | a3937f811a9a951a9e7abb616b722c18b44a9e70 | |
| parent | 9f8d836c6cfb0e7f2b41e17990b774137615e4f6 (diff) | |
Try to fix test.
| -rw-r--r-- | test/xml_subtitle_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/xml_subtitle_test.cc b/test/xml_subtitle_test.cc index 7c3ca3efe..22f425a7f 100644 --- a/test/xml_subtitle_test.cc +++ b/test/xml_subtitle_test.cc @@ -39,6 +39,7 @@ BOOST_AUTO_TEST_CASE (xml_subtitle_test) film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TLR")); film->set_name ("frobozz"); film->set_burn_subtitles (false); + film->set_interop (true); shared_ptr<SubRipContent> content (new SubRipContent (film, "test/data/subrip2.srt")); content->set_use_subtitles (true); film->examine_and_add_content (content); |
