diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-26 01:24:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-26 01:24:48 +0100 |
| commit | ea63ad9560757e56505551db3bf2e1c31be5c76c (patch) | |
| tree | ec0f539b89d9c8ac627e65886241cc086246ab09 /test/4k_test.cc | |
| parent | cbb8260e395058da76b3de518ebc535a114c54b1 (diff) | |
More verification of DCPs during tests.
Diffstat (limited to 'test/4k_test.cc')
| -rw-r--r-- | test/4k_test.cc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/4k_test.cc b/test/4k_test.cc index 38b43e9cd..f3ce0bfcc 100644 --- a/test/4k_test.cc +++ b/test/4k_test.cc @@ -51,8 +51,12 @@ BOOST_AUTO_TEST_CASE (fourk_test) film->examine_and_add_content (c); BOOST_REQUIRE (!wait_for_jobs()); - film->make_dcp (); - BOOST_REQUIRE (!wait_for_jobs()); + make_and_verify_dcp ( + film, + { + dcp::VerificationNote::Code::MISSING_FFMC_IN_FEATURE, + dcp::VerificationNote::Code::MISSING_FFEC_IN_FEATURE + }); boost::filesystem::path p (test_film_dir ("4k_test")); p /= film->dcp_name (); |
