added unit tests for schema validation and a test for not wellformed XML.
authorErik Brakkee <erik@brakkee.org>
Tue, 22 Feb 2011 20:15:17 +0000 (20:15 +0000)
committerErik Brakkee <erik@brakkee.org>
Tue, 22 Feb 2011 20:15:17 +0000 (20:15 +0000)
commited3ce3eb0c855255c91e974f07aef94f38009d70
treeb732a349824e61b028211aee962a6b0b18ba4590
parent36320098ebdbe884869a9e04682a8a0291d25600
added unit tests for schema validation and a test for not wellformed XML.
support/general/src/test/java/org/wamblee/xml/DomUtilsTest.java
support/general/src/test/resources/org/wamblee/xml/test.xsd [new file with mode: 0644]
support/general/src/test/resources/org/wamblee/xml/testInvalid.xml [new file with mode: 0644]
support/general/src/test/resources/org/wamblee/xml/testNotWellFormed.xml [new file with mode: 0644]