aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/sl
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcases/org/apache/poi/sl')
-rw-r--r--src/testcases/org/apache/poi/sl/draw/geom/TestPresetGeometries.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testcases/org/apache/poi/sl/draw/geom/TestPresetGeometries.java b/src/testcases/org/apache/poi/sl/draw/geom/TestPresetGeometries.java
index 43a4083830..371188edb6 100644
--- a/src/testcases/org/apache/poi/sl/draw/geom/TestPresetGeometries.java
+++ b/src/testcases/org/apache/poi/sl/draw/geom/TestPresetGeometries.java
@@ -28,6 +28,7 @@ import java.net.URL;
import java.util.Enumeration;
import java.util.Map;
+import org.junit.Ignore;
import org.junit.Test;
public class TestPresetGeometries {
@@ -67,6 +68,7 @@ public class TestPresetGeometries {
PresetGeometries._inst = null;
}
+ @Ignore("problem solved? Turn back on if this debugging is still in process.")
@Test
public void testCheckXMLParser() throws Exception{
// Gump reports a strange error because of an unavailable XML Parser, let's try to find out where