Allow debug builds with no internet connection. Also add missing patron.
[dcpomatic.git] / test / dcp_subtitle_test.cc
index 150cd85390e2906a53e264bc30b00625d7059ed3..4b3d8fc971076b80b30c0b553813b6af893794c3 100644 (file)
@@ -91,7 +91,7 @@ BOOST_AUTO_TEST_CASE (dcp_subtitle_within_dcp_test)
        film->examine_and_add_content (content);
        BOOST_REQUIRE (!wait_for_jobs ());
 
-       shared_ptr<DCPDecoder> decoder (new DCPDecoder (film, content, false));
+       shared_ptr<DCPDecoder> decoder (new DCPDecoder (film, content, false, false, shared_ptr<DCPDecoder>()));
        decoder->only_text()->PlainStart.connect (bind (store, _1));
 
        stored = optional<ContentStringText> ();