diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-22 21:04:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-22 21:04:47 +0100 |
| commit | ea9715cdfee4349ae9680b890032b0f9c61d5620 (patch) | |
| tree | 639df4625cabc7825b71731927160fa249eeecc8 /test/closed_caption_test.cc | |
| parent | b626119b67727f986339203a8a34a4c843fbf068 (diff) | |
Another multi-ccap build fix.
Diffstat (limited to 'test/closed_caption_test.cc')
| -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()); } |
