diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-29 22:49:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-29 22:49:05 +0100 |
| commit | 64bd18216738052c150770561f8f78e13ca792b8 (patch) | |
| tree | 6d1809492436c3bd4d0f962a261bf25da5f2bf1e /test/content_test.cc | |
| parent | cf26869c2789b7ecf91e486fc3c7bf271276a592 (diff) | |
Move some test references into test-private.
Diffstat (limited to 'test/content_test.cc')
| -rw-r--r-- | test/content_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/content_test.cc b/test/content_test.cc index 5409ec37d..23fb23865 100644 --- a/test/content_test.cc +++ b/test/content_test.cc @@ -60,7 +60,7 @@ BOOST_AUTO_TEST_CASE (content_test1) } } - check_mxf_audio_file ("test/data/content_test1.mxf", check); + check_mxf_audio_file (TestPaths::private_data() / "content_test1.mxf", check); } /** Taking some 23.976fps content and trimming 0.5s (in content time) from the start |
