Remove some debugging prints.
authorCarl Hetherington <cth@carlh.net>
Thu, 11 May 2023 12:57:41 +0000 (14:57 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 May 2023 18:27:24 +0000 (20:27 +0200)
test/data/2007.mxf
test/data/2010.mxf
test/smpte_subtitle_test.cc

index fafe77681951c796d5bc66f440bb3b76e24374d2..7517c14471dbbdae554231f1ce168647012f8317 100644 (file)
Binary files a/test/data/2007.mxf and b/test/data/2007.mxf differ
index 29ba626d9a5cbd5e2d9884297a5c8ba8f2cafcc6..c0a955c4667316456067398eb12cec164fcb7d05 100644 (file)
Binary files a/test/data/2010.mxf and b/test/data/2010.mxf differ
index f66ca05574dd6c26fae2eaa1539e57b46ed857cd..b271b02c1c0dd2a23639aacf277c5b5f1ef80574 100644 (file)
@@ -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);