summaryrefslogtreecommitdiff
path: root/test/interop_subtitle_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-06-02 01:27:33 +0200
committerCarl Hetherington <cth@carlh.net>2021-06-02 01:44:34 +0200
commitea2c5d699733b99347448875f5601b6b714f03c2 (patch)
tree42a9e91622e277f09b57ceb2ed9d523035a30e83 /test/interop_subtitle_test.cc
parent3c59d07d90e85355e320ed6d30efa30242ed6c31 (diff)
Reduce test flakyness a bit.
Diffstat (limited to 'test/interop_subtitle_test.cc')
-rw-r--r--test/interop_subtitle_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/interop_subtitle_test.cc b/test/interop_subtitle_test.cc
index 7fa0e2d1..d0d44bb8 100644
--- a/test/interop_subtitle_test.cc
+++ b/test/interop_subtitle_test.cc
@@ -859,8 +859,8 @@ BOOST_AUTO_TEST_CASE (write_interop_subtitle_test3)
);
check_xml (
- dcp::file_to_string("test/ref/write_interop_subtitle_test3/pkl.xml"),
- dcp::file_to_string("build/test/write_interop_subtitle_test3/pkl_6a9e31a6-50a4-4ecb-8683-fa667848470a.xml"),
+ dcp::file_to_string(find_file("test/ref/write_interop_subtitle_test3", "pkl")),
+ dcp::file_to_string(find_file("build/test/write_interop_subtitle_test3", "pkl")),
vector<string>()
);
}