diff --git a/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestPPTX2PNG.java b/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestPPTX2PNG.java index ecf6457bb..a0a937aee 100644 --- a/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestPPTX2PNG.java +++ b/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestPPTX2PNG.java @@ -44,7 +44,7 @@ public class TestPPTX2PNG { @BeforeClass public static void activateJaxpDebug() { jaxpDebugEnable = setDebugFld(true); - setXmlInputFactory(); +// setXmlInputFactory(); } @AfterClass @@ -67,16 +67,16 @@ public class TestPPTX2PNG { } } - private static void setXmlInputFactory() { - String propName = "javax.xml.stream.XMLInputFactory"; - String propVal = "com.sun.xml.internal.stream.XMLInputFactoryImpl"; - try { - Class.forName(propVal); - System.setProperty(propName, propVal); - } catch (Exception e){ - // ignore - } - } +// private static void setXmlInputFactory() { +// String propName = "javax.xml.stream.XMLInputFactory"; +// String propVal = "com.sun.xml.internal.stream.XMLInputFactoryImpl"; +// try { +// Class.forName(propVal); +// System.setProperty(propName, propVal); +// } catch (Exception e){ +// // ignore +// } +// } @Test