From 3a245cf7e993b665794108a904c894f1d2e90456 Mon Sep 17 00:00:00 2001 From: "A.J. Stein" Date: Mon, 28 Oct 2024 22:08:30 -0400 Subject: [PATCH] [skip ci] Fix max-occurs re bad model cardinality This addresses changes that should be handled as determined by upstream guidance from metaschema-framework maintainers. metaschema-framework/metaschema-java#221 metaschema-framework/metaschema#44 --- .../constraints/unit-tests/unit_test_metaschema.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/validations/constraints/unit-tests/unit_test_metaschema.xml b/src/validations/constraints/unit-tests/unit_test_metaschema.xml index de03868b1..a84380de6 100644 --- a/src/validations/constraints/unit-tests/unit_test_metaschema.xml +++ b/src/validations/constraints/unit-tests/unit_test_metaschema.xml @@ -14,8 +14,9 @@ - - + + + @@ -49,7 +50,7 @@ Test Case Pipeline Action The test case pipeline is a sequence of one or more actions to execute before the test runner executes the test suite. - +