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.