From: Stefan B. <no...@gi...> - 2020-01-01 17:31:26
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 838efd974314b9bdf34bc6a981ce979b26dbd66c https://github.com/xmlunit/xmlunit/commit/838efd974314b9bdf34bc6a981ce979b26dbd66c Author: Pascal Schumacher <pas...@gm...> Date: 2020-01-01 (Wed, 01 Jan 2020) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/diff/ByNameAndTextRecSelector.java M xmlunit-core/src/main/java/org/xmlunit/diff/MultiLevelByNameAndTextSelector.java M xmlunit-core/src/main/java/org/xmlunit/util/Nodes.java Log Message: ----------- org.w3c.dom.CDATASection extends org.w3c.dom.Text, so remove instanceof checks for CDATASection after instanceof checks for Text. Commit: 06dd7b67fa8d221145ee6b565f2171460ed0d9db https://github.com/xmlunit/xmlunit/commit/06dd7b67fa8d221145ee6b565f2171460ed0d9db Author: Stefan Bodewig <bo...@ap...> Date: 2020-01-01 (Wed, 01 Jan 2020) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/diff/ByNameAndTextRecSelector.java M xmlunit-core/src/main/java/org/xmlunit/diff/MultiLevelByNameAndTextSelector.java M xmlunit-core/src/main/java/org/xmlunit/util/Nodes.java Log Message: ----------- Merge pull request #171 from PascalSchumacher/remove_redundant_instanceOf_checks org.w3c.dom.CDATASection extends org.w3c.dom.Text, so remove instance… Compare: https://github.com/xmlunit/xmlunit/compare/525f7f971c8b...06dd7b67fa8d |