X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fisdcf_name_test.cc;h=a359e3efab1cb90c775e736f829218f36a14d1e9;hb=6ebec6b3ca11a7062ae19176096b1b157275d015;hp=3ccfd7d9a006925acb358f8794b2db63872e9979;hpb=dacf46c8aa5b399a7d51c9d0808869af9b73791c;p=dcpomatic.git diff --git a/test/isdcf_name_test.cc b/test/isdcf_name_test.cc index 3ccfd7d9a..a359e3efa 100644 --- a/test/isdcf_name_test.cc +++ b/test/isdcf_name_test.cc @@ -233,7 +233,7 @@ BOOST_AUTO_TEST_CASE (isdcf_name_test) film->set_audio_language(dcp::LanguageTag("pt-BR")); BOOST_CHECK_EQUAL (film->isdcf_name(false), "LikeShouting_XSN-2_F-133_QBP-fr_US-R_71-HI-VI_4K_DI_20140704_PPF_SMPTE_OV"); - /* Check that nothing is added for non-existant ratings */ + /* Check that nothing is added for non-existent ratings */ film->set_ratings({}); BOOST_CHECK_EQUAL (film->isdcf_name(false), "LikeShouting_XSN-2_F-133_QBP-fr_US_71-HI-VI_4K_DI_20140704_PPF_SMPTE_OV"); }