aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/sl
diff options
context:
space:
mode:
authorTim Allison <tallison@apache.org>2017-09-19 15:52:21 +0000
committerTim Allison <tallison@apache.org>2017-09-19 15:52:21 +0000
commit9efbfd9d7d30a968329e9cba9c9120a83494c501 (patch)
tree1dc9dcb5229fd893d351effee93a3c29b08b8cfc /src/testcases/org/apache/poi/sl
parent6bdce2bfd7732a63cd0e9f7b7d9816e5f6f0fe86 (diff)
downloadpoi-9efbfd9d7d30a968329e9cba9c9120a83494c501.tar.gz
poi-9efbfd9d7d30a968329e9cba9c9120a83494c501.zip
60805 (partial) -- remove/suppress println in tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808903 13f79535-47bb-0310-9956-ffa450edef68
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