From: GitHub <no...@gi...> - 2016-03-19 17:33:09
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 7505dd4238b9cca9909d214bdd5096e1089e7681 https://github.com/xmlunit/xmlunit/commit/7505dd4238b9cca9909d214bdd5096e1089e7681 Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-19 (Sat, 19 Mar 2016) Changed paths: M xmlunit-core/src/main/java/org/xmlunit/diff/DifferenceEvaluators.java M xmlunit-core/src/test/java/org/xmlunit/diff/DifferenceEvaluatorsTest.java Log Message: ----------- add ignorePrologDifferencesExceptDoctype DifferenceEvaluator actually, this is what XMLUnit 1.x did, #59. Commit: 9ed2b4becd9046e4f9a1d4ad9b86a04537091393 https://github.com/xmlunit/xmlunit/commit/9ed2b4becd9046e4f9a1d4ad9b86a04537091393 Author: Stefan Bodewig <ste...@fr...> Date: 2016-03-19 (Sat, 19 Mar 2016) Changed paths: M xmlunit-legacy/src/main/java/org/custommonkey/xmlunit/NewDifferenceEngine.java Log Message: ----------- simplify NewDifferenceEngine with new DifferenceEvaluators Compare: https://github.com/xmlunit/xmlunit/compare/f0ffe6bced15...9ed2b4becd90 |