From: Stefan B. <bo...@ap...> - 2016-06-05 08:16:57
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 With this release Sources created from strings or byte[]s can be used more than once. In XMLUnit for Java it is now also possible to configure the DocumentBuilderFactory used when a DOM document is created from a non-DOM Source by the DOMDifferenceEngine. The full list of changes for XMLUnit for Java: * Input.fromByteArray and Input.fromString now return Sources that can be used multiple times. Issue https://github.com/xmlunit/xmlunit/issues/84 . * The DocumentBuilderFactory used by DOMDifferenceEngine is now configurable. Issue https://github.com/xmlunit/xmlunit/issues/83 . The full list of changes for XMLUnit.NET: * Input.FromByteArray and Input.FromString now return ISources that can be used multiple times. Issue similar to https://github.com/xmlunit/xmlunit/issues/84 . -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAldT3+wACgkQohFa4V9ri3L5ZwCfUhBF9ixf2Yd7w4ou99ihlGrZ jDsAoOYcR4VusReYZS8YioQF4/jPjq0+ =GOhD -----END PGP SIGNATURE----- |