Remove relative path elements from test location.
[dcpomatic.git] / test / skip_frame_test.cc
index 97aadb2f74f8f5eff66c109c83f02d5151fdc0bf..fdea35849eafdf21c156b575afe7c1241ec634b1 100644 (file)
@@ -42,6 +42,7 @@ BOOST_AUTO_TEST_CASE (skip_frame_test)
        film->set_name ("skip_frame_test");
        film->set_container (Ratio::from_id ("185"));
        film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TST"));
+       film->set_interop (false);
        shared_ptr<FFmpegContent> c (new FFmpegContent (film, "test/data/count300bd48.m2ts"));
        film->examine_and_add_content (c);