A.5. Changes from XMLUnit 1.4 to 1.5

A.5.1. Breaking Changes

  • If one node in the comparison has children while the other one has not, XMLUnit 1.5 will signal a CHILD_NODELIST_LENGTH difference and CHILD_NODE_NOT_FOUND differences for each child node of the node that has children in addition to a HAS_CHILD_NODES difference. Issue 60

A.5.2. New Features

A.5.3. Important Bug Fixes

  • RecursiveElementNameAndTextQualifier had some indices reversed leading to wrong results in some cases. Issue 62