diff options
| -rw-r--r-- | test/closed_caption_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/closed_caption_test.cc b/test/closed_caption_test.cc index 53538cd7c..b59e6990d 100644 --- a/test/closed_caption_test.cc +++ b/test/closed_caption_test.cc @@ -51,5 +51,5 @@ BOOST_AUTO_TEST_CASE (closed_caption_test1) BOOST_REQUIRE_EQUAL (check.cpls().size(), 1); BOOST_REQUIRE_EQUAL (check.cpls().front()->reels().size(), 1); - BOOST_REQUIRE (check.cpls().front()->reels().front()->closed_caption()); + BOOST_REQUIRE (!check.cpls().front()->reels().front()->closed_captions().empty()); } |
