diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-30 16:18:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-30 16:18:57 +0100 |
| commit | e97ac27b357a05072326a42bdb9fc1b8df04810a (patch) | |
| tree | cd71affd6b5b512d52b386e28a06b5a14f6101f2 /test/dcp_test.cc | |
| parent | a38a20cb7ada1a17231c7bdedab79618d5390736 (diff) | |
Remove directory member from CPL.
Diffstat (limited to 'test/dcp_test.cc')
| -rw-r--r-- | test/dcp_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dcp_test.cc b/test/dcp_test.cc index 7808919f..28014b75 100644 --- a/test/dcp_test.cc +++ b/test/dcp_test.cc @@ -36,7 +36,7 @@ BOOST_AUTO_TEST_CASE (dcp_test) boost::filesystem::remove_all ("build/test/foo"); boost::filesystem::create_directories ("build/test/foo"); libdcp::DCP d ("build/test/foo"); - shared_ptr<libdcp::CPL> cpl (new libdcp::CPL ("build/test/foo", "A Test DCP", libdcp::FEATURE)); + shared_ptr<libdcp::CPL> cpl (new libdcp::CPL ("A Test DCP", libdcp::FEATURE)); shared_ptr<libdcp::MonoPictureAsset> mp (new libdcp::MonoPictureAsset ( j2c, |
