XMLUnit v2.5.1 Release Notes

Release Date: 2017-11-09 // over 6 years ago
  • ๐Ÿš€ this release fixes a bug in CompareMatcher that could throw a NoSuchElementException when combined with other hamcrest matchers.

    The full list of changes for XMLUnit for Java

    ๐Ÿ— Made Travis build work with OpenJDK6 again.
    PR #101 by
    @PascalSchumacher.

    ๐Ÿ‘ป CompareMatcher's describeTo method threw an exception if the
    comparison yielded no differences.
    Issue #107.