Fix tests on Windows now that we replace . with _ in filenames.
[dcpomatic.git] / test / atmos_test.cc
index 661eca5b927b8058c762c899d8ddaf2a8d599938..ec7e9e85d89c6cbe06e6fb512118c8a1d66649b9 100644 (file)
@@ -98,7 +98,7 @@ BOOST_AUTO_TEST_CASE (atmos_trim_test)
        auto content = content_factory(TestPaths::private_data() / "atmos_asset.mxf");
        auto film = new_test_film2 ("atmos_trim_test", content, &cl);
 
-       content[0]->set_trim_start (dcpomatic::ContentTime::from_seconds(1));
+       content[0]->set_trim_start(film, dcpomatic::ContentTime::from_seconds(1));
 
        /* Just check that the encode runs; I'm not sure how to test the MXF */
        make_and_verify_dcp (film, { dcp::VerificationNote::Code::MISSING_CPL_METADATA });