From 2a4723250dd574a53775864034578120ddce5ffe Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 12 Jul 2020 15:17:17 +0200 Subject: [PATCH 1/1] Move atmos_pcm.mxf in the test repo. --- test/sync_test.cc | 4 ++-- 1 file 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 reader = asset.start_read (); shared_ptr 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 ref_read = ref.start_read (); -- 2.30.2