diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-28 14:52:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-28 14:52:32 +0000 |
| commit | 4126980a15f4f6bb981d0793bd37483456c5bc79 (patch) | |
| tree | fbc22b199fc7c747aa74e03ef22e65d0d61b2d1c /test | |
| parent | d88c2244d4f90d54164fcc856c3ba73809756381 (diff) | |
Misc fixes.
Diffstat (limited to 'test')
| -rw-r--r-- | test/dcp_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dcp_test.cc b/test/dcp_test.cc index a6f234c5..38c9a3fd 100644 --- a/test/dcp_test.cc +++ b/test/dcp_test.cc @@ -56,6 +56,8 @@ BOOST_AUTO_TEST_CASE (dcp_test) boost::filesystem::create_directories ("build/test/foo"); dcp::DCP d ("build/test/foo"); shared_ptr<dcp::CPL> cpl (new dcp::CPL ("A Test DCP", dcp::FEATURE)); + cpl->set_content_version_id ("urn:uri:81fb54df-e1bf-4647-8788-ea7ba154375b_2012-07-17T04:45:18+00:00"); + cpl->set_content_version_label_text ("81fb54df-e1bf-4647-8788-ea7ba154375b_2012-07-17T04:45:18+00:00"); shared_ptr<dcp::MonoPictureMXF> mp (new dcp::MonoPictureMXF (dcp::Fraction (24, 1))); mp->set_progress (&d.Progress); |
