Fix ISDCF name test.
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Feb 2017 14:27:25 +0000 (14:27 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Apr 2017 22:04:32 +0000 (23:04 +0100)
test/isdcf_name_test.cc

index 44d67f97dfca184f89536c0c9d4df87ef93f7145..bb47fa9c0134e0e4061a0d5cc16871889b61a93a 100644 (file)
@@ -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 */