summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2022-02-12Make certificate chain validity a parameter of the constructor.v1.6.19Carl Hetherington
2021-04-16Improve handling of image subtitle IDs in XML (DoM bug #1965)backportCarl Hetherington
When reading/writing the XML for image subtitles, we assumed that the content of the <Image> tag is just the ID of the PNG in the MXF, without any prefix. DoM bug #1965 mentions a DCP where this is not the case, and SMPTE 429-5-2009 has an example where there is urn:uuid: in the XML. This change makes DoM write this urn:uuid: prefix, and accept it if it's present (but not complain if it's not). If the urn:uuid: _is_ required in the field, it's a bit surprising that nobody has complained up to this point. Maybe nobody noticed, or nobody reported it. Cherry-picked from 098007a1ee6a46b6ff11398f94faff5c85951da4 in master.
2021-04-16Rename write_subtitle_test -> shared_subtitle_testCarl Hetherington
Cherry-picked from 66566512275d363f68781b9a47ade6967d09e676 in master.
2021-04-16Test reference updates.Carl Hetherington
2021-04-16Move some tests from write_subtitle_test into interop_subtitle_test.Carl Hetherington
Cherry-picked from 39e010ee51749198528f754c89e98b6d8fb123c4 in master.
2021-04-16Rename read_interop_subtitle_test -> interop_subtitle_test.Carl Hetherington
Cherry-picked from 72d9cb462c03b1b41380e50ab9cccf2950207c18 in master.
2021-04-16Move some tests from write_subtitle_test to smpte_subtitle_test.Carl Hetherington
Cherry-picked from 9e3f8bfe9e274865590d49ad1e59e82f7894a12a in master.
2021-04-16Merge read_smpte_subtitle_test with smpte_subtitle_test.Carl Hetherington
Cherry-picked from 4e514f7dcc12a72bb4c78fd5067ff872ef54025b in master.
2020-10-10Test churn after adding a new one.v1.6.16Carl Hetherington
2020-10-10Fix crash when loading DCPs whose ASSETMAP contains files that areCarl Hetherington
not mentioned in any PKL (#1855). Back-ported from 4c8cc9e99678a4095772f283ffaaa1d6bd8aaf67 in master.
2019-12-15Add fix_empty_font_ids() to replace empty Font ids with a dummy string.v1.6.14Carl Hetherington
Back-ported from abf4f7577877254ecd7a1dc7955e0d7ca49ad07c in master.
2019-11-08Fix incorrect LocalTime strings when timezone is behind UTC and not an ↵v1.6.10Carl Hetherington
integer number of hours.
2019-10-01Fix unit tests after CPL root namespace fix.v1.6.9Carl Hetherington
2019-03-12And corresponding test updates.Carl Hetherington
2019-03-12More insulation against libdcp version updates.Carl Hetherington
2019-03-12Update tests for previous.Carl Hetherington
2019-03-12Stop test output depending on libdcp version.Carl Hetherington
2019-02-04Update for changes to video MXF headers.Carl Hetherington
2019-01-24Fix test references now that we indent things.Carl Hetherington
2019-01-14Tidy repeated call of make_uuid() and don't put urn:uuid: in front of ↵Carl Hetherington
default content version label text as it's a bit confusing.
2019-01-12Move verify API away from strings towards error codes.Carl Hetherington
2019-01-06More DCP verification detail and testing.Carl Hetherington
2019-01-06Tidy up a bit.Carl Hetherington
2019-01-06Tidy up and slightly extend verify tests.Carl Hetherington
2019-01-06Fix tests following additional verify check.Carl Hetherington
2018-11-08Take thumbprint rather than a full dcp::Certificate for trusted devices.Carl Hetherington
2018-09-25Cope with multiple PKLs in a DCP.Carl Hetherington
2018-09-25ID churn.Carl Hetherington
2018-09-02Hopefully-correct PKL and AssetMap when using Interop PNG subtitles.Carl Hetherington
2018-08-18Missing test files.Carl Hetherington
2018-08-17Unexplained ID churn.Carl Hetherington
2018-08-17Use PKL when verifying DCPs.Carl Hetherington
2018-07-14New test data.Carl Hetherington
2018-07-09Very basic SMPTE image test.bitmap-subsCarl Hetherington
2018-07-09Basic reading of Interop/SMPTE image subtitles with a test for Interop.Carl Hetherington
2018-07-09Store image subtitle ID in the object, rather than a separate map. Start of ↵Carl Hetherington
reading image subtitles.
2018-07-09Switch to UUIDs for Interop image subtitle identification (rather than ↵Carl Hetherington
indices). Basic and untested SMPTE image subtitle support.
2018-07-08Basic interop bitmap writing.Carl Hetherington
2018-07-07SubtitleString -> shared_ptr<Subtitle>Carl Hetherington
2018-05-02rebase() would round up and so it was possible for ticks to go out of range.Carl Hetherington
Now it still rounds up but then copes with overflow.
2018-04-25Fix incorrect hashes caused by building with an out-of-date openjpeg.Carl Hetherington
2018-04-20Cope with change to string.Carl Hetherington
2018-04-08Fix frame info hash tests.Carl Hetherington
2018-03-26Make test compatible with old boost filesystem libraries.Carl Hetherington
2018-03-25Missing include.Carl Hetherington
2018-03-22Fix reference data for changes to dsig namespacing.Carl Hetherington
2018-03-20More DCP verification bits.Carl Hetherington
2018-03-15Test ID churn from 380d7af94562883cdcaa60726d0ffa36f3dab304.Carl Hetherington
2018-03-13Store interop/SMPTE in MXF.Carl Hetherington
2018-03-09Missing files.Carl Hetherington