summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-05-31 01:13:08 +0200
committerCarl Hetherington <cth@carlh.net>2023-06-02 20:54:36 +0200
commit03fac3d0c08d73b3b90b938d40f020ae44b4e70e (patch)
tree7ce29fff9735f4f7300e1a3dfc850cfdeb3a2f74 /test
parent70f7f1d890f72e401463b115e596afa9782de296 (diff)
Rename MISSING_LOAD_FONT -> MISSING_LOAD_FONT_FOR_FONT.
Diffstat (limited to 'test')
-rw-r--r--test/verify_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/verify_test.cc b/test/verify_test.cc
index a43e989b..05e6ccd9 100644
--- a/test/verify_test.cc
+++ b/test/verify_test.cc
@@ -3658,7 +3658,7 @@ BOOST_AUTO_TEST_CASE(verify_too_many_subtitle_namespaces)
}
-BOOST_AUTO_TEST_CASE(verify_missing_load_font)
+BOOST_AUTO_TEST_CASE(verify_missing_load_font_for_font)
{
path const dir("build/test/verify_missing_load_font");
prepare_directory (dir);
@@ -3674,7 +3674,7 @@ BOOST_AUTO_TEST_CASE(verify_missing_load_font)
check_verify_result (
{dir}, {
{ dcp::VerificationNote::Type::BV21_ERROR, dcp::VerificationNote::Code::INVALID_STANDARD },
- dcp::VerificationNote(dcp::VerificationNote::Type::ERROR, dcp::VerificationNote::Code::MISSING_LOAD_FONT).set_id("theFontId")
+ dcp::VerificationNote(dcp::VerificationNote::Type::ERROR, dcp::VerificationNote::Code::MISSING_LOAD_FONT_FOR_FONT).set_id("theFontId")
});
}