diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-10 23:12:09 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-11 23:53:04 +0200 |
| commit | d5898263e49c5a44110f7d5745bda3a00dcbdb8b (patch) | |
| tree | e92c2186f0b09cd37c578af032f86ad23561b567 /test/vf_kdm_test.cc | |
| parent | 9fd131b9c2bc1baf09777863f3ce6cd6eaa5dd87 (diff) | |
Fix tests on Windows.
Diffstat (limited to 'test/vf_kdm_test.cc')
| -rw-r--r-- | test/vf_kdm_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/vf_kdm_test.cc b/test/vf_kdm_test.cc index 665cf72a0..d8efa7ab7 100644 --- a/test/vf_kdm_test.cc +++ b/test/vf_kdm_test.cc @@ -110,6 +110,7 @@ BOOST_AUTO_TEST_CASE (vf_kdm_test) e->add_kdm (B_kdm); e->add_ov ("build/test/vf_kdm_test_ov/" + A->dcp_name()); C->examine_and_add_content (e); + C->set_audio_channels(6); BOOST_REQUIRE (!wait_for_jobs()); make_and_verify_dcp (C, {dcp::VerificationNote::Code::INVALID_STANDARD}); |
