jaxb2-maven-plugin icon indicating copy to clipboard operation
jaxb2-maven-plugin copied to clipboard

Unit test failed on Window platform

Open petrprochy opened this issue 5 years ago • 0 comments

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.

petrprochy avatar Jun 13 '19 12:06 petrprochy