summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-06 11:58:28 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-06 11:58:28 +0200
commitc53884e0a6f0533f90e688332ac60fa828b8ccc1 (patch)
tree960651f9d47983ae4f6501c1f6833ee2d86e758f /test
parent9104df71728a5ca18e79ec242f3e6ed087238dab (diff)
Fix ISDCF name reference in test.
Diffstat (limited to 'test')
-rw-r--r--test/isdcf_name_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/isdcf_name_test.cc b/test/isdcf_name_test.cc
index 325ee62f4..cf39c112e 100644
--- a/test/isdcf_name_test.cc
+++ b/test/isdcf_name_test.cc
@@ -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 */