mojohaus / jaxb2-maven-plugin

JAXB2 Maven Plugin
https://www.mojohaus.org/jaxb2-maven-plugin/
Apache License 2.0
105 stars 76 forks source link

Unit test failed on Window platform #133

Open petrprochy opened 5 years ago

petrprochy commented 5 years ago

I simple call mvn test and unit tests failed with this result:

Results :

Failed tests: FileSystemUtilitiesTest.validateRelativizingPaths:455 Given parent dir [], expected [project/backend/foobar/my-schema.xsd] from [/project/backend/foobar/my-schema.xsd] but found: /project/backend/foobar/my-schema.xsd expected:<[]project/backend/foob...> but was:<[/]project/backend/foob...>

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

I tested on linux platform too and result is without failed tests.