Use ISDCF rather than DCI when talking about the digital cinema
[dcpomatic.git] / test / recover_test.cc
index d8caf17fa919c81a3657f5a459ba878671f95fc9..284895e0a75d3bcee73ae157e078fc1ad6b86925 100644 (file)
@@ -39,7 +39,7 @@ note (libdcp::NoteType, string n)
 BOOST_AUTO_TEST_CASE (recover_test)
 {
        shared_ptr<Film> film = new_test_film ("recover_test");
-       film->set_dcp_content_type (DCPContentType::from_dci_name ("FTR"));
+       film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR"));
        film->set_container (Ratio::from_id ("185"));
        film->set_name ("recover_test");
        film->set_three_d (true);