| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2014-12-31 | 1.4 kB | |
| xmlunit-1.6-src.zip | 2014-12-31 | 830.9 kB | |
| xmlunit-1.6-bin.zip | 2014-12-31 | 774.0 kB | |
| Totals: 3 Items | 1.6 MB | 2 | |
XMLUnit for Java 1.6
XMLUnit for Java 1.6 is mostly a bugfix release adressing four issues:
- If the sought for attribute in
ATTR_NAME_NOT_FOUNDor node inCHILD_NODE_NOT_FOUNDdifferences is inside an XML namespace, the difference's value is now Java5-QName like{NS-URI}LOCAL-NAMErather than just the local name. Issue 65 - for
ATTR_NAME_NOT_FOUNDdifferences the XPath on the side where the attribute exists now points to the attribute itself rather than the parent element. Feature 33 - a new
assertXpathEvaluatesToassertion inXMLAssertcombined with a newQualifiedNameclass allows stringified XPath values to be interpreted as qualified names. Feature 25 - The JAXP 1.3 based validator ignored now uses the
xsi:namespaceLocationandxsi:noNamespaceLocationattributes if you specify no schema sources at all. Issue 64
Note the first two changes may be breaking backwards compatibility in rare cases.
Source and binary distributions are available from SourceForge's File Service, the checksums and PGP signatures can be found here.