Rearrange KDM creator window.
[dcpomatic.git] / test / threed_test.cc
index ab94cf8e5b888a562b2612ce5a38006a17d0cfc8..5a28122c0aa63a3b3e561d00acb10488b64dd6a2 100644 (file)
@@ -46,7 +46,7 @@ BOOST_AUTO_TEST_CASE (threed_test)
        c->video->set_scale (VideoContentScale (Ratio::from_id ("185")));
 
        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_three_d (true);
        film->make_dcp ();
        film->write_metadata ();