diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-06 21:14:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-22 01:21:00 +0100 |
| commit | de0705f56a4ca00917d6f9967d3754f6fe85e566 (patch) | |
| tree | a993b70a562f1f2b97f5e2b78f30b52ffacd0bd7 /test | |
| parent | b60fd2d2b68be2a2fcfe067fd5a96af5b08e3a8d (diff) | |
Add a comment.
Diffstat (limited to 'test')
| -rw-r--r-- | test/verify_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/verify_test.cc b/test/verify_test.cc index 1e9f8aa4..026c2726 100644 --- a/test/verify_test.cc +++ b/test/verify_test.cc @@ -300,6 +300,7 @@ BOOST_AUTO_TEST_CASE (verify_test8) /* Badly formatted <Id> in CPL */ BOOST_AUTO_TEST_CASE (verify_test9) { + /* There's no CPL_HASH_INCORRECT error here because it can't find the correct hash by ID (since the ID is wrong) */ check_after_replace ( 9, &cpl, "<Id>urn:uuid:81fb54df-e1bf-4647-8788-ea7ba154375b", "<Id>urn:uuid:81fb54df-e1bf-4647-8788-ea7ba154375", |
