summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-05-11 14:57:41 +0200
committerCarl Hetherington <cth@carlh.net>2023-05-11 20:27:24 +0200
commit27e4ecf3e5adc2c4265c00e39970db9a6b6917be (patch)
treed607efeea45e27fdc362f018f87a243003aa9ace
parenteeee8ab7ad46b9eda35f0156540984d3ed340e15 (diff)
Remove some debugging prints.
-rw-r--r--test/data/2007.mxfbin17243 -> 17243 bytes
-rw-r--r--test/data/2010.mxfbin17243 -> 17243 bytes
-rw-r--r--test/smpte_subtitle_test.cc2
3 files changed, 0 insertions, 2 deletions
diff --git a/test/data/2007.mxf b/test/data/2007.mxf
index fafe7768..7517c144 100644
--- a/test/data/2007.mxf
+++ b/test/data/2007.mxf
Binary files differ
diff --git a/test/data/2010.mxf b/test/data/2010.mxf
index 29ba626d..c0a955c4 100644
--- a/test/data/2010.mxf
+++ b/test/data/2010.mxf
Binary files differ
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);