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

Unit tests not passing on master branch #522

Closed
Rizen59 opened this issue Mar 12, 2024 · 1 comment · Fixed by #523
Closed

Unit tests not passing on master branch #522

Rizen59 opened this issue Mar 12, 2024 · 1 comment · Fixed by #523
Assignees
Labels
Milestone

Comments

@Rizen59
Copy link

Rizen59 commented Mar 12, 2024

Hi,

Here is a small issue on unit tests.
mvn install does not pass on my computer and block at CollectionsUtilsTests. Also tested with Intellij latest version.

Environment:

  • Windows 10 Professional
  • open-jdk 21.0.1
  • maven 3.9.6
[INFO] Running org.jvnet.jaxb.maven.util.tests.CollectionsUtilsTests
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.jvnet.jaxb.maven.util.tests.CollectionsUtilsTests
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] IOUtilsTests.reorderFilesIncludesWithWildcardFirst:76 expected:<[common/c1].xsd> but was:<[a].xsd>
[ERROR] IOUtilsTests.reorderFilesIncludesWithWildcardMiddle:99 expected:<[common/c1].xsd> but was:<[b].xsd>
[INFO]
[ERROR] Tests run: 14, Failures: 2, Errors: 0, Skipped: 0
@laurentschoelens
Copy link
Collaborator

@Rizen59 could you test PR #523 ?

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

Successfully merging a pull request may close this issue.

2 participants