jaxb2-maven-plugin
jaxb2-maven-plugin copied to clipboard
Unit test failed on Window platform
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.