diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-18 22:53:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-18 22:53:57 +0100 |
| commit | 49b30838def07c225481def5e54458c22f6ceece (patch) | |
| tree | fce213ba90b6688f038be5edf5d51c756fe5a6bb /test/combine_test.cc | |
| parent | 2c11132af71aefb81f9e201403b1f3b9b005d0c0 (diff) | |
Bv2.1 9.1: PKL annotation text must match CPL ContentTitleText if there is only one CPL in the PKL.
Diffstat (limited to 'test/combine_test.cc')
| -rw-r--r-- | test/combine_test.cc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/combine_test.cc b/test/combine_test.cc index 050978c7..62b7ffd5 100644 --- a/test/combine_test.cc +++ b/test/combine_test.cc @@ -157,7 +157,14 @@ BOOST_AUTO_TEST_CASE (combine_single_dcp_test) remove_all (out); vector<path> inputs; inputs.push_back ("test/ref/DCP/dcp_test1"); - dcp::combine (inputs, out); + dcp::combine ( + inputs, + out, + dcp::String::compose("libdcp %1", dcp::version), + dcp::String::compose("libdcp %1", dcp::version), + dcp::LocalTime().as_string(), + "A Test DCP" + ); check_no_errors (out); check_combined (inputs, out); |
