diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-29 22:18:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-29 22:18:36 +0100 |
| commit | c070eecb967ed17116866d79f705860a8321630b (patch) | |
| tree | c26743614cb8537cceab3c3d804647ac12821626 /test | |
| parent | 252026ce05705401356c45cf1d34dac6d1ea6c10 (diff) | |
Fix copy-and-paste error with test film name.
Diffstat (limited to 'test')
| -rw-r--r-- | test/cpl_metadata_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpl_metadata_test.cc b/test/cpl_metadata_test.cc index c0a3c658d..b3c269919 100644 --- a/test/cpl_metadata_test.cc +++ b/test/cpl_metadata_test.cc @@ -88,7 +88,7 @@ BOOST_AUTO_TEST_CASE(main_sound_configuration_test_71) auto BsR = content_factory("test/data/Rs.wav")[0]; auto VI = content_factory("test/data/sine_440.wav")[0]; - auto film = new_test_film("main_sound_configuration_test_51_vi", { picture, L, R, C, Lfe, Ls, Rs, BsL, BsR, VI }); + auto film = new_test_film("main_sound_configuration_test_71_vi", { picture, L, R, C, Lfe, Ls, Rs, BsL, BsR, VI }); film->set_audio_channels(12); auto set_map = [](shared_ptr<Content> content, dcp::Channel channel) { |
