summaryrefslogtreecommitdiff
path: root/test/closed_caption_test.cc
diff options
context:
space:
mode:
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);
}