From 75faebaf1d74e2b52360905e94e9f5bf31c34124 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 8 Jan 2021 00:35:07 +0100 Subject: Fix test following previous commit. --- test/dcp_font_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dcp_font_test.cc b/test/dcp_font_test.cc index 5884cbc0..313ff939 100644 --- a/test/dcp_font_test.cc +++ b/test/dcp_font_test.cc @@ -57,7 +57,7 @@ BOOST_AUTO_TEST_CASE (interop_dcp_font_test) shared_ptr 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 reel (new dcp::Reel ()); reel->add (shared_ptr (new dcp::ReelSubtitleAsset (subs, dcp::Fraction (24, 1), 24, 0))); -- cgit v1.2.3