This version fixes a bug in DiffBuilder that applies to the withDocumentBuilderFactory method introduced with the 2.2.0 release:
DiffBuilder
withDocumentBuilderFactory
DocumentBuilderFactory
ignoreWhitespace
normalizeWhitespace
There is no parallel release of XMLUnit.NET as the bug doesn't apply to it.
XMLUnit for Java 2.2.1 is available as GitHub release via https://github.com/xmlunit/xmlunit/releases/tag/v2.2.1/ and Maven Central.
Log in to post a comment.
This version fixes a bug in
DiffBuilderthat applies to thewithDocumentBuilderFactorymethod introduced with the 2.2.0 release:DocumentBuilderFactoryset onDiffBuilderwasn't used properly whenignoreWhitespaceornormalizeWhitespacehas been set.Issue #86.
There is no parallel release of XMLUnit.NET as the bug doesn't apply to it.
XMLUnit for Java 2.2.1 is available as GitHub release via
https://github.com/xmlunit/xmlunit/releases/tag/v2.2.1/ and Maven Central.