Fix unit tests since sequencing after trim was added.
authorCarl Hetherington <cth@carlh.net>
Mon, 16 Jul 2018 11:28:43 +0000 (12:28 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 16 Jul 2018 11:28:43 +0000 (12:28 +0100)
test/reels_test.cc

index 87cb3d54d5d229c5eecaf3db6f671b94c6d52657..d705d8769c528877814a684dfe43dca7677ca91f 100644 (file)
@@ -234,6 +234,7 @@ BOOST_AUTO_TEST_CASE (reels_test4)
 BOOST_AUTO_TEST_CASE (reels_test5)
 {
        shared_ptr<Film> film = new_test_film ("reels_test5");
+       film->set_sequence (false);
        shared_ptr<DCPContent> dcp (new DCPContent (film, "test/data/reels_test4"));
        film->examine_and_add_content (dcp);
        BOOST_REQUIRE (!wait_for_jobs ());