From 3936922407e78a788b9c5be029c8beb9f1bbb365 Mon Sep 17 00:00:00 2001 From: xml-project Date: Sat, 2 Nov 2024 09:55:12 +0100 Subject: [PATCH] Making json-schema-009 more explicit --- .../tests/ab-validate-with-json-schema-009.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 96173d56a..fdbe6661d 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"}}