Inspect most DCPs made during tests with ClairMeta (#76).
[dcpomatic.git] / test / file_extension_test.cc
index 676dc10ca87178ad30ad5be104300034d2282bb4..87b55114a95db95649bb626fab89e5962ff74798 100644 (file)
 */
 
 
+#include "lib/content.h"
 #include "lib/content_factory.h"
 #include "lib/film.h"
+#include "lib/text_content.h"
 #include "test.h"
 #include <boost/test/unit_test.hpp>
 
@@ -36,6 +38,7 @@ BOOST_AUTO_TEST_CASE (interop_file_extension_test)
        auto sub = content_factory("test/data/15s.srt")[0];
        auto film = new_test_film2("interop_file_extension_test", { video, audio, sub });
        film->set_interop(true);
+       sub->only_text()->set_language(dcp::LanguageTag("de"));
 
        make_and_verify_dcp(
                film, {