added unit tests for schema validation and a test for not wellformed XML.
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Tue, 22 Feb 2011 20:15:17 +0000 (20:15 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Tue, 22 Feb 2011 20:15:17 +0000 (20:15 +0000)
commit14512b5dd1251075c52204fade9e74834650631b
treeb732a349824e61b028211aee962a6b0b18ba4590
parent3e3075b3ee0184b4dff3fc2292f43cd3ac3fa761
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]