Add --cinemas-file option to KDM CLI.
[dcpomatic.git] / test / content_test.cc
index 12e653875a43d7e3587d81d5a46d7a4076e641b7..47099025efbd18d59d4e599ac4ae4791f5a843d6 100644 (file)
@@ -35,7 +35,6 @@
 #include <boost/test/unit_test.hpp>
 
 
-using std::shared_ptr;
 using namespace dcpomatic;
 
 
@@ -46,6 +45,7 @@ BOOST_AUTO_TEST_CASE (content_test1)
        film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR"));
        film->set_name ("content_test1");
        film->set_container (Ratio::from_id ("185"));
+       film->set_audio_channels(16);
 
        auto content = content_factory(TestPaths::private_data() / "demo_sound_bug.mkv")[0];
        film->examine_and_add_content (content);
@@ -151,6 +151,8 @@ BOOST_AUTO_TEST_CASE (content_test6)
                &cl
                );
 
+       film->set_audio_channels(16);
+
        make_and_verify_dcp (film);
        check_dcp (TestPaths::private_data() / "fha", film);