Skip to content

XMLUnit 2.6.3

Compare
Choose a tag to compare
@bodewig bodewig released this 21 Jun 14:31
· 63 commits to master since this release

The release fixes a bug in a corner-case and adds a new isNumber placeholder.

The full list of changes:

  • add a new ${xmlunit.isNumber} placeholder
    Issue #153 via PR #154 by @NathanAtClarity.

  • the XPath values of a comparison should not be affected by any NodeFilter being in effect.
    Issue #156