@Test public void testNil() throws Exception {
gloze = new Gloze(SILENT);
File src = new File("samples/nil/nil.xml");
Gloze.initSchema(null, new File(src.getParent()+"/nil.xsd").toURL(),gloze.schemaMap);
runTest(src, src.toURI());
}
@Test public void testMixed() throws Exception {
gloze = new Gloze(SILENT);
File src = new File("samples/mixed/mix.xml");