diff --git a/source/imaer-gml/src/test/java/nl/overheid/aerius/gml/GMLValidateErrorsTest.java b/source/imaer-gml/src/test/java/nl/overheid/aerius/gml/GMLValidateErrorsTest.java index ec3b1d1f..161e5bfd 100644 --- a/source/imaer-gml/src/test/java/nl/overheid/aerius/gml/GMLValidateErrorsTest.java +++ b/source/imaer-gml/src/test/java/nl/overheid/aerius/gml/GMLValidateErrorsTest.java @@ -93,6 +93,9 @@ void testGMLGeometryNotPermitted() throws IOException { @Test void testGMLMultipleErrors() throws IOException, AeriusException { final List expectedErrors = List.of( + "None", + "cvc-datatype-valid.1.2.1: 'None' is not a valid value for 'double'.", + "cvc-type.3.1.3: The value 'None' of element 'imaer:vehiclesPerTimeUnit' is not valid.", "cvc-enumeration-valid: Value 'None' is not facet-valid with respect to enumeration '[HOUR, DAY, MONTH, YEAR]'. It must be a value from the enumeration.", "cvc-type.3.1.3: The value 'None' of element 'imaer:timeUnit' is not valid.", "cvc-complex-type.2.4.b: The content of element 'imaer:CustomVehicle' is not complete. One of '{\"http://imaer.aerius.nl/5.1\":emission}' is expected.", diff --git a/source/imaer-gml/src/test/resources/gml/latest/validate/errors/fout_multiple_errors.gml b/source/imaer-gml/src/test/resources/gml/latest/validate/errors/fout_multiple_errors.gml index 6ff74dd5..ae82aa11 100644 --- a/source/imaer-gml/src/test/resources/gml/latest/validate/errors/fout_multiple_errors.gml +++ b/source/imaer-gml/src/test/resources/gml/latest/validate/errors/fout_multiple_errors.gml @@ -30,7 +30,7 @@ - 3 + None None None