diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-12 15:29:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-15 12:44:53 +0100 |
| commit | de1b4a967e6854782e88e83d48af74289977c8c3 (patch) | |
| tree | 97b75a9d24e8f047f17f05a919a80c806b6544f0 /test/file_extension_test.cc | |
| parent | a4a7d9ef34f2f083b0ba9e32e933ea5c64d2352d (diff) | |
Inspect most DCPs made during tests with ClairMeta (#76).
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, { |
