MyCoRe-Org / libmeta

Java APIs and models for common library standards
GNU Lesser General Public License v3.0
0 stars 2 forks source link

Broken XMLSchemaValidatorTest #85

Closed rsteph-de closed 3 months ago

rsteph-de commented 3 months ago

With the latest commit we get the following Exception:

FAILURE!-- in XMLSchemaValidatorTest
[ERROR] XMLSchemaValidatorTest.testValidate -- Time elapsed: 0.067 s <<< FAILURE!
java.lang.AssertionError
    at org.junit.Assert.fail(Assert.java:87)
    at org.junit.Assert.assertTrue(Assert.java:42)
    at org.junit.Assert.assertTrue(Assert.java:53)
    at XMLSchemaValidatorTest.testValidate(XMLSchemaValidatorTest.java:45)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

The reason are changes in XMLSchemaValidator class! - Please fix them ASAP!