Sat, 09. Apr 2016
This release fixes a single bug in the CompareMatcher
and
ValidationMatcher
for Java and the CompareConstraint
and
ValidationConstraint
for NUnit2 for .NET.
If you are not using the Hamcrest matchers or NUnit2 constraints, there is no need to upgrade from 2.1.0.
The full list of changes for XMLUnit for Java:
- various code style fixes PR #74, PR #75, PR #78, PR #79, PR #80 by @georgekankava.
CompareMatcher
andValidationMatcher
threwNullPointerException
s when combined with another failingMatcher
. Issue #81.
The full list of changes for XMLUnit.NET:
CompareConstraint
andValidationConstraint
for NUnit2 threwNullReferenceException
s when combined with another failingConstraint
. Issue similar to xmlunit/#81.
path: /en/oss/XMLUnit | #