Re: [Xmlunit-general] ComparisonControllers.StopWhenSimilar

2015-02-16 Thread Harald Brabenetz
Hi, I would like to make the CompareMatcher extendable. This means that the constructor and two methods must be protected instead private. I created an Example usage in the UnitTest: https://github.com/brabenetz/xmlunit/commit/8479be3c9192bac073460002f55a6f5c1238c46b#diff-be4be35ef4f91a64f60bae29

Re: [Xmlunit-general] ComparisonControllers.StopWhenSimilar

2015-02-15 Thread Stefan Bodewig
On 2015-02-15, Harald Brabenetz wrote: > I improved the JaxbBuilder and implemented JaxbBuilder.useObjectFactory(). > https://github.com/brabenetz/xmlunit/commit/1aaabfc5b880b0dc81c7b896f545b5130fa0d603 > I will prepare a pull request for it. OK. This reminds me I wanted to look into supporting

Re: [Xmlunit-general] ComparisonControllers.StopWhenSimilar

2015-02-15 Thread Harald Brabenetz
I improved the JaxbBuilder and implemented JaxbBuilder.useObjectFactory(). https://github.com/brabenetz/xmlunit/commit/1aaabfc5b880b0dc81c7b896f545b5130fa0d603 I will prepare a pull request for it. I also tested the current XmlUnit 2.x implementation on my current Project. Everything woks fine. Bu

Re: [Xmlunit-general] ComparisonControllers.StopWhenSimilar

2015-02-07 Thread Stefan Bodewig
Hi Harald On 2015-02-07, Harald Brabenetz wrote: > For the CompareMatcher I need also a > ComparisonControllers.StopWhenSimilar implementation: > https://github.com/brabenetz/xmlunit/commit/8bbda11263c1385ee97876235c4f1de63babe05e > Let me know what you think. I will then create a separate pull >