Add some tolerance when checking audio references.
[dcpomatic.git] / test / skip_frame_test.cc
index 8ff43a4ca6d8cf8b22945403520168e92b8f34e1..fdea35849eafdf21c156b575afe7c1241ec634b1 100644 (file)
@@ -21,6 +21,7 @@
 /** @file  test/skip_frame_test.cc
  *  @brief Test the skip of frames by the player when putting a 48fps
  *  source into a 24fps DCP.
+ *  @ingroup specific
  *
  *  @see test/repeat_frame_test.cc
  */
@@ -40,7 +41,8 @@ BOOST_AUTO_TEST_CASE (skip_frame_test)
        shared_ptr<Film> film = new_test_film ("skip_frame_test");
        film->set_name ("skip_frame_test");
        film->set_container (Ratio::from_id ("185"));
-       film->set_dcp_content_type (DCPContentType::from_pretty_name ("Test"));
+       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);