Make DCPExaminer::size() optional and deal with the consequences.
[dcpomatic.git] / test / subtitle_reel_number_test.cc
index 98974f1b3c7db98a39852ecc9367998425c784df..a480575771b0868b3547af6b595b2d5d2cb8d0c8 100644 (file)
@@ -36,7 +36,6 @@
 
 using std::dynamic_pointer_cast;
 using std::make_shared;
-using std::shared_ptr;
 using std::string;
 
 
@@ -52,6 +51,7 @@ BOOST_AUTO_TEST_CASE (subtitle_reel_number_test)
        BOOST_REQUIRE (!wait_for_jobs ());
        content->only_text()->set_use (true);
        content->only_text()->set_burn (false);
+       content->only_text()->set_language(dcp::LanguageTag("de"));
        film->set_reel_type (ReelType::BY_LENGTH);
        film->set_interop (true);
        film->set_reel_length (1024 * 1024 * 512);