Another multi-ccap build fix.
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Aug 2018 20:04:47 +0000 (21:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 Aug 2018 20:04:47 +0000 (21:04 +0100)
test/closed_caption_test.cc

index 53538cd7ca416ac1978b68d4ee18062d0e442367..b59e6990d03ec308cdeb297e0a2540f4a831df9e 100644 (file)
@@ -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());
 }