From: GitHub <no...@gi...> - 2016-03-06 14:34:02
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 37eb8c3505443f293acd31d2aa58e4d2650f2822 https://github.com/xmlunit/xmlunit/commit/37eb8c3505443f293acd31d2aa58e4d2650f2822 Author: Christoph Böhme <chr...@b3...> Date: 2016-03-06 (Sun, 06 Mar 2016) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/diff/DifferenceEvaluators.java Log Message: ----------- fix swapped assignment of CDATA and TEXT constants The assignment of the `Node.CDATA_SECTION_NODE` and `Node.TEXT_NODE` values to the `CDATA` and `TEXT` constants used by `DifferenceEvaluators.Default` was mixed up. Commit: 411fa24ec641a95f4260f590d191479c357ececc https://github.com/xmlunit/xmlunit/commit/411fa24ec641a95f4260f590d191479c357ececc Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-06 (Sun, 06 Mar 2016) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/diff/DifferenceEvaluators.java Log Message: ----------- Merge pull request #53 from cboehme/fix-incorrect-constant-assignment fix swapped assignment of CDATA and TEXT constants Compare: https://github.com/xmlunit/xmlunit/compare/cb4db3509fe9...411fa24ec641 |