Fix test following previous commit.
authorCarl Hetherington <cth@carlh.net>
Thu, 7 Jan 2021 23:35:07 +0000 (00:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 7 Jan 2021 23:35:07 +0000 (00:35 +0100)
test/dcp_font_test.cc

index 5884cbc0867df4dfa0995522788c5436ea685545..313ff9390b1376dd05597b629e82c47e5c0b0a11 100644 (file)
@@ -57,7 +57,7 @@ BOOST_AUTO_TEST_CASE (interop_dcp_font_test)
        shared_ptr<dcp::InteropSubtitleAsset> subs (new dcp::InteropSubtitleAsset ());
        subs->add_font ("theFontId", dcp::ArrayData("test/data/dummy.ttf"));
        subs->write (directory / "frobozz.xml");
-       check_file ("test/data/dummy.ttf", "build/test/interop_dcp_font_test/dummy.ttf");
+       check_file ("test/data/dummy.ttf", "build/test/interop_dcp_font_test/font_0.ttf");
 
        shared_ptr<dcp::Reel> reel (new dcp::Reel ());
        reel->add (shared_ptr<dcp::ReelAsset> (new dcp::ReelSubtitleAsset (subs, dcp::Fraction (24, 1), 24, 0)));