From: Stefan B. <bo...@ap...> - 2016-11-12 07:44:21
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This release allows the schema used in W3C XML schema validation to be specified as `Schema` and `XmlSchema` respectively when using the `(JAXP)Validator` or the corresponding matchers and constraints. The full list of changes for XMLUnit for Java: * `JAXPValidator` and `ValidationMatcher` now accept using `Schema` instances for the schema when validating instance documents. Issue [#89](https://github.com/xmlunit/xmlunit/issues/89). * updated test dependency to Mockito 2.1.0 PR [#87](https://github.com/xmlunit/xmlunit/pull/87) by [@PascalSchumacher](https://github.com/PascalSchumacher). The full list of changes for XMLUnit.NET: * `Validator` and `SchemaValidConstraint` now accept using `XmlSchema` instances for the schema when validating instance documents. Issue similar to [xmlunit/#89](https://github.com/xmlunit/xmlunit/issues/89). -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlgmyEgACgkQohFa4V9ri3JmpgCfcnlJqSwirr9nUfB/nPY1L1ii bnkAnRf4snOlVdJg8ra6sXCA5C920dPQ =QasO -----END PGP SIGNATURE----- |