diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-29 23:22:53 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-01 23:43:00 +0200 |
| commit | ced73c6557bd6ff56ef0317491653fbd33858cbb (patch) | |
| tree | 9364dea28b45e0c97516bd9027e1ff884695fc51 /test | |
| parent | 60827711476f31920a1c8d7045907512abe2085d (diff) | |
UNSIGNED_PKL_WITH_ENCRYPTED_CONTENT: note -> pkl_id.
Diffstat (limited to 'test')
| -rw-r--r-- | test/verify_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/verify_test.cc b/test/verify_test.cc index bdb8041c..defd06e2 100644 --- a/test/verify_test.cc +++ b/test/verify_test.cc @@ -4691,7 +4691,7 @@ BOOST_AUTO_TEST_CASE (verify_unsigned_pkl_with_encrypted_content) VN(VC::MISSING_FFOC).set_cpl_id(cpl->id()), VN(VC::MISSING_LFOC).set_cpl_id(cpl->id()), VN(VC::MISSING_CPL_METADATA, canonical(cpl_path)).set_cpl_id(cpl->id()), - VN(VC::UNSIGNED_PKL_WITH_ENCRYPTED_CONTENT, encryption_test_pkl_id(), canonical(pkl)) + VN(VC::UNSIGNED_PKL_WITH_ENCRYPTED_CONTENT, canonical(pkl)).set_pkl_id(encryption_test_pkl_id()), }); } |
