diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-12 15:29:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-15 10:28:12 +0100 |
| commit | 42ebd462686e403711bed5fa4be23a498795754b (patch) | |
| tree | 483714ed21a4312c7d68659be9fe71fa17bf09bf /test/file_extension_test.cc | |
| parent | 27513a18c7bb63a9142d40b866a026d1bcc17134 (diff) | |
Inspect all DCPs made during tests with ClairMeta.76-dcp-inspect
Diffstat (limited to 'test/file_extension_test.cc')
| -rw-r--r-- | test/file_extension_test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
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 <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, { |
