diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-31 22:28:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | fe938d4dd52ab41be4cdd441d5d4289deae6190d (patch) | |
| tree | bf0cc0e3b28a947c336a91f3c4e64341959561d1 /test/verify_test.cc | |
| parent | bce04bc8feda6990157536b455fcdafcb3588ab4 (diff) | |
INVALID_MAIN_SOUND_CONFIGURATION: note -> error.
Diffstat (limited to 'test/verify_test.cc')
| -rw-r--r-- | test/verify_test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/verify_test.cc b/test/verify_test.cc index a1462378..8f55feb7 100644 --- a/test/verify_test.cc +++ b/test/verify_test.cc @@ -5350,9 +5350,8 @@ BOOST_AUTO_TEST_CASE(verify_invalid_main_sound_configuration) note(VC::VALID_CONTENT_VERSION_LABEL_TEXT, cpl->content_version()->label_text, cpl), VN( VC::INVALID_MAIN_SOUND_CONFIGURATION, - std::string{"MainSoundConfiguration has 6 channels but sound assets have 2"}, canonical(find_cpl(path)) - ).set_cpl_id(cpl->id()) + ).set_cpl_id(cpl->id()).set_error("MainSoundConfiguration has 6 channels but sound assets have 2"), }); } |
