diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-22 14:27:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | 19d6ecd5e3acbf085287361ab3f03fee35adcb91 (patch) | |
| tree | 77bb60d0c193dedaf2750d9295f735b058385a0c | |
| parent | 18127346b1daaa8a2e4e62a8877ec103865ffcf1 (diff) | |
Fix ISDCF name test.
| -rw-r--r-- | test/isdcf_name_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/isdcf_name_test.cc b/test/isdcf_name_test.cc index 44d67f97d..bb47fa9c0 100644 --- a/test/isdcf_name_test.cc +++ b/test/isdcf_name_test.cc @@ -71,6 +71,7 @@ BOOST_AUTO_TEST_CASE (isdcf_name_test) m.studio = "DI"; m.facility = "PP"; film->set_isdcf_metadata (m); + film->set_interop (false); BOOST_CHECK_EQUAL (film->isdcf_name(false), "MyNiceFilmWith_TLR-2_S_DE-fr_US-R_4K_DI_20140704_PP_SMPTE_OV"); /* Test interior aspect ratio: shouldn't be shown with trailers */ |
