From ea9715cdfee4349ae9680b890032b0f9c61d5620 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 22 Aug 2018 21:04:47 +0100 Subject: [PATCH] Another multi-ccap build fix. --- test/closed_caption_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } -- 2.30.2