summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-08 00:35:07 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-08 00:35:07 +0100
commit75faebaf1d74e2b52360905e94e9f5bf31c34124 (patch)
tree25143998c00e03a8fdf6c2be626e26a393067c32 /test
parentc6665c157bdb6903661d21c571c7d112b54ad8fd (diff)
Fix test following previous commit.
Diffstat (limited to 'test')
-rw-r--r--test/dcp_font_test.cc2
1 files changed, 1 insertions, 1 deletions
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<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)));