summaryrefslogtreecommitdiff
path: root/test/read_interop_subtitle_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/read_interop_subtitle_test.cc')
-rw-r--r--test/read_interop_subtitle_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/read_interop_subtitle_test.cc b/test/read_interop_subtitle_test.cc
index 79010f7a..f111b80b 100644
--- a/test/read_interop_subtitle_test.cc
+++ b/test/read_interop_subtitle_test.cc
@@ -606,5 +606,5 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test3)
BOOST_REQUIRE_EQUAL (subs.subtitles().size(), 1);
shared_ptr<dcp::SubtitleImage> si = dynamic_pointer_cast<dcp::SubtitleImage>(subs.subtitles().front());
BOOST_REQUIRE (si);
- BOOST_CHECK (si->png_image() == dcp::Data("test/data/822bd341-c751-45b1-94d2-410e4ffcff1b.png"));
+ BOOST_CHECK (si->png_image() == dcp::Data("test/data/sub.png"));
}