< prev index next >

test/javax/xml/jaxp/unittest/stream/XMLInputFactoryTest/Bug6756677Test.java

Print this page

        

*** 111,116 **** setSystemProperty(XMLInputFactoryID, XMLInputFactoryClassName); XMLInputFactory xif = XMLInputFactory.newInstance(XMLInputFactoryID, cl); Assert.assertTrue(xif instanceof XMLInputFactory, "xif should be an instance of XMLInputFactory"); } } - --- 111,115 ----
< prev index next >