From 1db0293ad36605da9ca8daa8736ef581f4f6a34e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 28 Aug 2018 23:34:56 +0100 Subject: Basics of splitting CCAP streams into different assets. --- test/closed_caption_test.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/closed_caption_test.cc') 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); } -- cgit v1.2.3