Another multi-ccap build fix.
[dcpomatic.git] / 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());
 }