diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-20 16:54:37 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-21 23:52:46 +0200 |
| commit | e3dba6242aed7415eddbbfb1e5d56ce6680603c1 (patch) | |
| tree | 8628ae20b900cd03638648ef34711a56bf7ef3a6 /test/audio_processor_test.cc | |
| parent | 19b6cd41712d38cb5b1c97659c8a1cc86e784812 (diff) | |
Replace all new_test_film with new_test_film2.
Diffstat (limited to 'test/audio_processor_test.cc')
| -rw-r--r-- | test/audio_processor_test.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/audio_processor_test.cc b/test/audio_processor_test.cc index 4fe5eeb10..15e71e1c4 100644 --- a/test/audio_processor_test.cc +++ b/test/audio_processor_test.cc @@ -41,11 +41,8 @@ using std::make_shared; /** Test the mid-side decoder for analysis and DCP-making */ BOOST_AUTO_TEST_CASE (audio_processor_test) { - auto film = new_test_film ("audio_processor_test"); - film->set_name ("audio_processor_test"); auto c = make_shared<FFmpegContent>("test/data/white.wav"); - film->examine_and_add_content (c); - BOOST_REQUIRE (!wait_for_jobs()); + auto film = new_test_film2("audio_processor_test", { c }); film->set_audio_channels(16); film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TST")); |
