summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-07-12 15:17:17 +0200
committerCarl Hetherington <cth@carlh.net>2020-07-12 15:17:17 +0200
commit2a4723250dd574a53775864034578120ddce5ffe (patch)
treeaa9b5b6f370b05c60dee3ccbdfd09f05821193d7
parent9a8faacd1b81f5e61512c69e99d0b8456478197e (diff)
Move atmos_pcm.mxf in the test repo.
-rw-r--r--test/sync_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sync_test.cc b/test/sync_test.cc
index ff3adf1f..9fe6a304 100644
--- a/test/sync_test.cc
+++ b/test/sync_test.cc
@@ -81,7 +81,7 @@ read_sync_sample (uint8_t const* data, int sample_index, int channels)
BOOST_AUTO_TEST_CASE (sync_test1)
{
- dcp::SoundAsset asset (private_test / "atmos_pcm.mxf");
+ dcp::SoundAsset asset (private_test / "data" / "atmos_pcm.mxf");
shared_ptr<dcp::SoundAssetReader> reader = asset.start_read ();
shared_ptr<const dcp::SoundFrame> frame = reader->get_frame (0);
@@ -143,7 +143,7 @@ BOOST_AUTO_TEST_CASE (sync_test2)
writer->finalize ();
/* Check that channel 14 on the first frame matches channel 14 on the reference */
- dcp::SoundAsset ref (private_test / "atmos_pcm.mxf");
+ dcp::SoundAsset ref (private_test / "data" / "atmos_pcm.mxf");
dcp::SoundAsset check ("build/test/foo.mxf");
shared_ptr<dcp::SoundAssetReader> ref_read = ref.start_read ();