diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-23 22:23:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-23 22:23:00 +0100 |
| commit | 8c411f7d4aca49db8f79efd188c0745cb34546f4 (patch) | |
| tree | aa20a908c6a6bc8ca815b34762b0046f4548bc60 /test | |
| parent | dfdec1d3696001fa45745a95f2ba50f8a31098d2 (diff) | |
fixup! Read/write subtitle variable Z.
Diffstat (limited to 'test')
| -rw-r--r-- | test/smpte_subtitle_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/smpte_subtitle_test.cc b/test/smpte_subtitle_test.cc index dba5f9bf..cf01deb3 100644 --- a/test/smpte_subtitle_test.cc +++ b/test/smpte_subtitle_test.cc @@ -802,7 +802,7 @@ BOOST_AUTO_TEST_CASE(smpte_subtitle_intrinsic_duration_read_correctly) BOOST_AUTO_TEST_CASE(pass_through_smpte_subtitle_with_variable_z) { auto source = "test/data/subtitles_with_vZani.xml"; - dcp::SMPTETextAsset test("test/datasubtitles_with_vZani.xml"); + dcp::SMPTETextAsset test("test/data/subtitles_with_vZani.xml"); /* _fixed is a version of the source with some changes made by libdcp that are OK */ check_xml(dcp::file_to_string("test/data/subtitles_with_vZani_fixed.xml"), test.xml_as_string(), { "IssueDate" }, true); } |
