diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-28 17:31:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-28 17:31:07 +0000 |
| commit | b2c820e178296722eeff355064f0469907465332 (patch) | |
| tree | 715dd1d472acfbdaee35577b80a3b1794514a7d9 /test/cpl_sar_test.cc | |
| parent | 1d3602b37934c3d0404e6a2fa9a5d3c5f6b70309 (diff) | |
Rename test DCP from foo to dcp_test1.
Diffstat (limited to 'test/cpl_sar_test.cc')
| -rw-r--r-- | test/cpl_sar_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpl_sar_test.cc b/test/cpl_sar_test.cc index 59a91c84..bce57f58 100644 --- a/test/cpl_sar_test.cc +++ b/test/cpl_sar_test.cc @@ -32,7 +32,7 @@ BOOST_AUTO_TEST_CASE (cpl_sar) { shared_ptr<dcp::ReelMonoPictureAsset> pa ( new dcp::ReelMonoPictureAsset ( - shared_ptr<dcp::MonoPictureMXF> (new dcp::MonoPictureMXF ("test/ref/DCP/foo/video.mxf")), + shared_ptr<dcp::MonoPictureMXF> (new dcp::MonoPictureMXF ("test/ref/DCP/dcp_test1/video.mxf")), 0 ) ); |
