diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-06 22:16:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-22 01:21:00 +0100 |
| commit | 2f874428086c0bd47e6efa31970be9f442e087f4 (patch) | |
| tree | 6455c056c0561bdc150715171dcb8baa256027f5 /test/dcp_test.cc | |
| parent | 9a929751dc55e584c58643e55bf499dc5f5d54b8 (diff) | |
Fix syntax of ContentVersion/Id in the reference.
Diffstat (limited to 'test/dcp_test.cc')
| -rw-r--r-- | test/dcp_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dcp_test.cc b/test/dcp_test.cc index ed3d473d..87879af7 100644 --- a/test/dcp_test.cc +++ b/test/dcp_test.cc @@ -75,8 +75,8 @@ make_simple (boost::filesystem::path path) boost::filesystem::create_directories (path); shared_ptr<dcp::DCP> d (new dcp::DCP (path)); 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"); + cpl->set_content_version_id ("urn:uuid:75ac29aa-42ac-1234-ecae-49251abefd11"); + cpl->set_content_version_label_text ("content-version-label-text"); cpl->set_metadata (xml_meta); shared_ptr<dcp::MonoPictureAsset> mp (new dcp::MonoPictureAsset (dcp::Fraction (24, 1), dcp::SMPTE)); |
