From: GitHub <no...@gi...> - 2016-11-02 16:48:12
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit.net Commit: 2b8974ce425dffee7ca0307121590ddf326666e4 https://github.com/xmlunit/xmlunit.net/commit/2b8974ce425dffee7ca0307121590ddf326666e4 Author: Stefan Bodewig <ste...@fr...> Date: 2016-11-02 (Wed, 02 Nov 2016) Changed paths: M RELEASE_NOTES.md M src/main/net-constraints-nunit2/ValidationConstraints.cs M src/main/net-constraints-nunit3/ValidationConstraints.cs M src/main/net-core/Validation/Validator.cs M src/tests/net-constraints-nunit3/ValidationConstraintsTest.cs M src/tests/net-core/Validation/ValidatorTest.cs Log Message: ----------- allow schema for validation to be passed in as `XmlSchema` instance xmlunit/#89 |