X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=inline;f=test%2Fisdcf_name_test.cc;h=38cd5456907b66a9bb4207724b46cb78500db5ac;hb=502475a5001f580a8540e84880564d9e4c7502d4;hp=b54ce205fdb0df2e0d74b7c3b3ab39573c94c4ec;hpb=6f0a590bc3266f21ba577116219bd019e891d480;p=dcpomatic.git diff --git a/test/isdcf_name_test.cc b/test/isdcf_name_test.cc index b54ce205f..38cd54569 100644 --- a/test/isdcf_name_test.cc +++ b/test/isdcf_name_test.cc @@ -84,7 +84,7 @@ BOOST_AUTO_TEST_CASE (isdcf_name_test) film->set_dcp_content_type (DCPContentType::from_isdcf_name ("XSN")); BOOST_CHECK_EQUAL (film->isdcf_name(false), "MyNiceFilmWith_XSN-2_F-133_DE-FR_US-R_4K_DI_20140704_PP_SMPTE_VF"); - + /* Test 3D */ film->set_three_d (true); @@ -123,7 +123,7 @@ BOOST_AUTO_TEST_CASE (isdcf_name_test) BOOST_CHECK_EQUAL (film->isdcf_name(false), "LikeShouting_XSN-2_F-133_DE-FR_US-R_4K_DI_20140704_PP_SMPTE_VF"); /* Test audio channel markup */ - + film->set_audio_channels (6); shared_ptr sound (new SndfileContent (film, "test/data/sine_440.wav")); film->examine_and_add_content (sound);