Remove unused method.
[dcpomatic.git] / test / repeat_frame_test.cc
index d145ccb18f48591ba2242998b4dcd61a7578e449..5e6da83e1c6b20a815bebaf3c94c12889beee249 100644 (file)
@@ -40,7 +40,7 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test)
        shared_ptr<Film> film = new_test_film ("repeat_frame_test");
        film->set_name ("repeat_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"));
        shared_ptr<FFmpegContent> c (new FFmpegContent (film, "test/data/red_24.mp4"));
        film->examine_and_add_content (c);