More tests; fix blend for YUV420P10LE.
[dcpomatic.git] / test / isdcf_name_test.cc
index 44d67f97dfca184f89536c0c9d4df87ef93f7145..cc224aab73e6f39fdd1621769463ceaac554d7b7 100644 (file)
 
 */
 
+/** @file  test/isdcf_name_test.cc
+ *  @brief Test creation of ISDCF names.
+ *  @ingroup specific
+ */
+
 #include <boost/test/unit_test.hpp>
 #include "lib/film.h"
 #include "lib/ratio.h"
@@ -71,6 +76,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 */