Skip to content

Unit tests not passing on master branch #522

@Rizen59

Description

@Rizen59

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

Metadata

Metadata

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions