summaryrefslogtreecommitdiff
path: root/test/closed_caption_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-28 23:34:56 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-29 11:58:06 +0100
commit1db0293ad36605da9ca8daa8736ef581f4f6a34e (patch)
treefb613032d7f8a1712cf10f99ebbf6215e4145c5a /test/closed_caption_test.cc
parentec97893127a2d59871d92c9e658b6b1ab3100b40 (diff)
Basics of splitting CCAP streams into different assets.
Diffstat (limited to 'test/closed_caption_test.cc')
-rw-r--r--test/closed_caption_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/closed_caption_test.cc b/test/closed_caption_test.cc
index 4074f8371..35abf1b02 100644
--- a/test/closed_caption_test.cc
+++ b/test/closed_caption_test.cc
@@ -81,5 +81,6 @@ BOOST_AUTO_TEST_CASE (closed_caption_test2)
BOOST_REQUIRE_EQUAL (check.cpls().size(), 1);
BOOST_REQUIRE_EQUAL (check.cpls().front()->reels().size(), 1);
+ std::cout << !check.cpls().front()->reels().front()->closed_captions().size() << "\n";
BOOST_REQUIRE_EQUAL (!check.cpls().front()->reels().front()->closed_captions().size(), 3);
}