Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix file separator issue on Windows 10 (mvn verify) #395

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

milbrandt
Copy link

@milbrandt milbrandt commented Nov 29, 2022

Fix error in unit tests of schema2proto-wire because of different file separators on Windows and Linux

In schema2proto-lib unit tests are still broken on Windows, but as we now go for another solution I wanted to provide the improvements for operation system independence done already.

[ERROR] Step 'removeUnusedImports' found problem in 'src\test\java\no\entur\schema2proto\compatibility\AbstractBackwardsCompatTest.java':
null
java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.GeneratedMethodAccessor19.invoke (Unknown Source)

Fixes #394 in parts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail to verify on Windows
2 participants