< prev index next >

test/javax/xml/jaxp/unittest/validation/Bug4971605.java

Print this page

        

@@ -64,6 +64,5 @@
         SchemaFactory schemaFactory = SchemaFactory.newInstance("http://www.w3.org/2001/XMLSchema");
         Schema schema = schemaFactory.newSchema(new Source[] { new DOMSource(document) });
         Assert.assertNotNull(schema, "Failed: newSchema returned null.");
     }
 }
-
< prev index next >