opengeospatial / ets-citygml30-part2

Other
1 stars 1 forks source link

Unit tests fail #23

Closed dstenger closed 3 months ago

dstenger commented 4 months ago

When building branch develop-jian with mvn clean install site -Pdocker,integration-tests, following unit test failures occur:

...
Results :

Failed tests: 
  VerifyTestNGController.doTestRun:69 Unexpected number of fail verdicts. expected:<27> but was:<28>

Tests run: 22, Failures: 1, Errors: 0, Skipped: 2

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
...
dstenger commented 4 months ago

Unfortunately, a unit test still fails (built branch develop-jian with mvn clean install site -Pdocker,integration-tests):

...
Results :

Failed tests: 
  VerifyValidationUtils.extractRelativeSchemaReference:40 Expected schema reference */xsd/alpha.xsd

Tests run: 22, Failures: 1, Errors: 0, Skipped: 1

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
...