From 42ebd462686e403711bed5fa4be23a498795754b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 12 Jan 2024 15:29:12 +0100 Subject: Inspect all DCPs made during tests with ClairMeta. --- test/file_extension_test.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/file_extension_test.cc') diff --git a/test/file_extension_test.cc b/test/file_extension_test.cc index 676dc10ca..87b55114a 100644 --- a/test/file_extension_test.cc +++ b/test/file_extension_test.cc @@ -19,8 +19,10 @@ */ +#include "lib/content.h" #include "lib/content_factory.h" #include "lib/film.h" +#include "lib/text_content.h" #include "test.h" #include @@ -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, { -- cgit v1.2.3