diff --git a/test-suite/tests/ab-validate-with-json-schema-009.xml b/test-suite/tests/ab-validate-with-json-schema-009.xml index 96173d56..fdbe6661 100644 --- a/test-suite/tests/ab-validate-with-json-schema-009.xml +++ b/test-suite/tests/ab-validate-with-json-schema-009.xml @@ -5,6 +5,15 @@ p:validate-with-json-schema 009 (AB) + + 2024-11-02 + + Achim Berndzen + + + Clarifying test's point. + + 2022-09-04 @@ -17,7 +26,7 @@ - Tests p:validate-with-json-schema: Error raised because document on port "schema" is no valid JSON schema. + Tests p:validate-with-json-schema: Error should be raised because the request schema version is not supported. - {{"$schema": "https://this-is-not-a-json-schema"}} + {{"$schema": "https://this-is-an-unsupported-schema-version"}}
Clarifying test's point.
Tests p:validate-with-json-schema: Error raised because document on port "schema" is no valid JSON schema.
Tests p:validate-with-json-schema: Error should be raised because the request schema version is not supported.