Fix ISDCF name reference in test.
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Apr 2021 09:58:28 +0000 (11:58 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 6 Apr 2021 09:58:28 +0000 (11:58 +0200)
test/isdcf_name_test.cc

index 325ee62f46cfbab00a6aa0d11fcb0a501abe87ba..cf39c112e5ceabeff448b01ffef35226b95c08e1 100644 (file)
@@ -143,7 +143,7 @@ BOOST_AUTO_TEST_CASE (isdcf_name_test)
        film->set_chain (string("MyChain"));
        film->set_luminance (dcp::Luminance(4.5, dcp::Luminance::Unit::FOOT_LAMBERT));
        film->set_video_frame_rate (48);
-       BOOST_CHECK_EQUAL (film->isdcf_name(false), "MyNiceFilmWith_XSN-2-Temp-Pre-RedBand-MyChain-2D-4fl-48_F-133_DE-fr_US-R_MOS_4K_DI_20140704_PPF_SMPTE_OV");
+       BOOST_CHECK_EQUAL (film->isdcf_name(false), "MyNiceFilmWith_XSN-2-Temp-Pre-RedBand-MyChain-2D-4.5fl-48_F-133_DE-fr_US-R_MOS_4K_DI_20140704_PPF_SMPTE_OV");
 
        /* Test a name which is already in camelCase */