diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-11 14:57:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-11 20:27:24 +0200 |
| commit | 27e4ecf3e5adc2c4265c00e39970db9a6b6917be (patch) | |
| tree | d607efeea45e27fdc362f018f87a243003aa9ace /test | |
| parent | eeee8ab7ad46b9eda35f0156540984d3ed340e15 (diff) | |
Remove some debugging prints.
Diffstat (limited to 'test')
| -rw-r--r-- | test/data/2007.mxf | bin | 17243 -> 17243 bytes | |||
| -rw-r--r-- | test/data/2010.mxf | bin | 17243 -> 17243 bytes | |||
| -rw-r--r-- | test/smpte_subtitle_test.cc | 2 |
3 files changed, 0 insertions, 2 deletions
diff --git a/test/data/2007.mxf b/test/data/2007.mxf Binary files differindex fafe7768..7517c144 100644 --- a/test/data/2007.mxf +++ b/test/data/2007.mxf diff --git a/test/data/2010.mxf b/test/data/2010.mxf Binary files differindex 29ba626d..c0a955c4 100644 --- a/test/data/2010.mxf +++ b/test/data/2010.mxf diff --git a/test/smpte_subtitle_test.cc b/test/smpte_subtitle_test.cc index f66ca055..b271b02c 100644 --- a/test/smpte_subtitle_test.cc +++ b/test/smpte_subtitle_test.cc @@ -722,8 +722,6 @@ BOOST_AUTO_TEST_CASE(smpte_subtitle_standard_written_correctly) dcp::SMPTESubtitleAsset test_2014; test_2014.set_issue_date(dcp::LocalTime("2020-01-01T14:00:00")); test_2014.write(out / "2014.mxf"); - std::cout << dcp::SMPTESubtitleAsset(ref / "2014.mxf").raw_xml() << "\n"; - std::cout << dcp::SMPTESubtitleAsset(out / "2014.mxf").raw_xml() << "\n"; BOOST_CHECK(dcp::SMPTESubtitleAsset(ref / "2014.mxf").raw_xml() == dcp::SMPTESubtitleAsset(out / "2014.mxf").raw_xml()); dcp::SMPTESubtitleAsset test_2010(dcp::SubtitleStandard::SMPTE_2010); |
