diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-14 11:40:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-14 11:40:04 +0100 |
| commit | 4cc9386eb4cbb9386226be2ee532f09a2be3382d (patch) | |
| tree | 3ced3df4116ef0684cfc9026478e87510727b613 | |
| parent | 4fdc2b90779981f28295380e6155485e56644bd9 (diff) | |
Use a real DCP for this test.
| -rw-r--r-- | test/cpl_sar.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpl_sar.cc b/test/cpl_sar.cc index c91ce287..a878e6b4 100644 --- a/test/cpl_sar.cc +++ b/test/cpl_sar.cc @@ -29,7 +29,7 @@ using boost::shared_ptr; */ BOOST_AUTO_TEST_CASE (cpl_sar) { - shared_ptr<libdcp::MonoPictureAsset> mp (new libdcp::MonoPictureAsset ("build/test/foo", "video.mxf")); + shared_ptr<libdcp::MonoPictureAsset> mp (new libdcp::MonoPictureAsset ("test/ref/DCP/foo", "video.mxf")); mp->set_interop (true); { |
