diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-12 00:24:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-12 00:24:21 +0000 |
| commit | a18b9d20ac2a0353a4f1b0b78ce7a8e26fdd6aa8 (patch) | |
| tree | 0f1d8dc341f3bf87fb4094c1ac771e378719d172 /test/write_subtitle_test.cc | |
| parent | 80df2f4a80686eb2ab412843f5c4146ffc8ff31a (diff) | |
Use a different ID for the XML inside a SMPTE subtitle MXF than the
ID for the MXF itself. Apparently not doing so is an error (according
to Doremi's release notes for 2.8.18).
Diffstat (limited to 'test/write_subtitle_test.cc')
| -rw-r--r-- | test/write_subtitle_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/write_subtitle_test.cc b/test/write_subtitle_test.cc index d9240a30..1ca7840e 100644 --- a/test/write_subtitle_test.cc +++ b/test/write_subtitle_test.cc @@ -356,7 +356,7 @@ BOOST_AUTO_TEST_CASE (write_smpte_subtitle_test) ) ); - c._id = "a6c58cff-3e1e-4b38-acec-a42224475ef6"; + c._xml_id = "a6c58cff-3e1e-4b38-acec-a42224475ef6"; check_xml ( "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" @@ -541,7 +541,7 @@ BOOST_AUTO_TEST_CASE (write_smpte_subtitle_test2) ) ); - c._id = "a6c58cff-3e1e-4b38-acec-a42224475ef6"; + c._xml_id = "a6c58cff-3e1e-4b38-acec-a42224475ef6"; check_xml ( c.xml_as_string (), |
