diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-02 01:27:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-02 01:44:34 +0200 |
| commit | ea2c5d699733b99347448875f5601b6b714f03c2 (patch) | |
| tree | 42a9e91622e277f09b57ceb2ed9d523035a30e83 /test/interop_subtitle_test.cc | |
| parent | 3c59d07d90e85355e320ed6d30efa30242ed6c31 (diff) | |
Reduce test flakyness a bit.
Diffstat (limited to 'test/interop_subtitle_test.cc')
| -rw-r--r-- | test/interop_subtitle_test.cc | 4 |
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>() ); } |
