diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-22 21:34:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-22 21:34:19 +0100 |
| commit | 9f4786107a147a4c2395ff3ddcf9328eca405a11 (patch) | |
| tree | 8eb5c02383c9386c92cef4ead6d68559100e91d1 | |
| parent | 51eabb7b808f522db5229f0e0067e0a7880bbc1e (diff) | |
Actually make that test work.
| -rw-r--r-- | test/isdcf_name_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/isdcf_name_test.cc b/test/isdcf_name_test.cc index eded6cf4d..92830d5e4 100644 --- a/test/isdcf_name_test.cc +++ b/test/isdcf_name_test.cc @@ -82,7 +82,7 @@ BOOST_AUTO_TEST_CASE (isdcf_name_test) /* Test to see that RU ratings like 6+ survive */ m.rating = "6+"; film->set_isdcf_metadata (m); - BOOST_CHECK_EQUAL (film->isdcf_name(false), "MyNiceFilmWith_TLR-2_S_DE-fr_US-6+_4K_DI_20140704_PP_SMPTE_OV"); + BOOST_CHECK_EQUAL (film->dcp_name(false), "MyNiceFilmWith_TLR-2_S_DE-fr_US-6+_4K_DI_20140704_PP_SMPTE_OV"); m.rating = "R"; film->set_isdcf_metadata (m); |
