Copied: 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/NodeCompareDocumentPositionTestCase.java
 (from r1639318, 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/NodeCompareDocumentPositionTest.java)
URL: 
http://svn.apache.org/viewvc/xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/NodeCompareDocumentPositionTestCase.java?p2=xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/NodeCompareDocumentPositionTestCase.java&p1=xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/NodeCompareDocumentPositionTest.java&r1=1639318&r2=1639984&rev=1639984&view=diff
==============================================================================
--- 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/NodeCompareDocumentPositionTest.java
 (original)
+++ 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/NodeCompareDocumentPositionTestCase.java
 Sun Nov 16 13:46:30 2014
@@ -20,13 +20,21 @@ package org.apache.batik.dom;
 
 import org.w3c.dom.Document;
 
+import org.junit.Ignore;
+import org.junit.Test;
+
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
+
 /**
  * Tests Node.compareDocumentPosition.
  *
  * @author <a href="mailto:cam%40mcc%2eid%2eau";>Cameron McCormack</a>
  * @version $Id$
  */
-public class NodeCompareDocumentPositionTest extends DOM3Test {
+@Ignore
+public class NodeCompareDocumentPositionTestCase extends DOM3Test {
     public boolean runImplBasic() throws Exception {
         Document doc = newSVGDoc();
         AbstractNode e = (AbstractNode) doc.createElementNS(null, "test");

Copied: 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/NodeGetUserDataTestCase.java
 (from r1639318, 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/NodeGetUserDataTest.java)
URL: 
http://svn.apache.org/viewvc/xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/NodeGetUserDataTestCase.java?p2=xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/NodeGetUserDataTestCase.java&p1=xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/NodeGetUserDataTest.java&r1=1639318&r2=1639984&rev=1639984&view=diff
==============================================================================
--- 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/NodeGetUserDataTest.java
 (original)
+++ 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/NodeGetUserDataTestCase.java
 Sun Nov 16 13:46:30 2014
@@ -22,13 +22,21 @@ import org.w3c.dom.Document;
 import org.w3c.dom.Node;
 import org.w3c.dom.UserDataHandler;
 
+import org.junit.Ignore;
+import org.junit.Test;
+
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
+
 /**
  * Tests Node.setUserData and Node.getUserData.
  *
  * @author <a href="mailto:cam%40mcc%2eid%2eau";>Cameron McCormack</a>
  * @version $Id$
  */
-public class NodeGetUserDataTest extends DOM3Test {
+@Ignore
+public class NodeGetUserDataTestCase extends DOM3Test {
     static class UserHandler implements UserDataHandler {
         int count = 0;
         public void handle(short op,

Copied: 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/NodeTextContentTestCase.java
 (from r1639318, 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/NodeTextContentTest.java)
URL: 
http://svn.apache.org/viewvc/xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/NodeTextContentTestCase.java?p2=xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/NodeTextContentTestCase.java&p1=xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/NodeTextContentTest.java&r1=1639318&r2=1639984&rev=1639984&view=diff
==============================================================================
--- 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/NodeTextContentTest.java
 (original)
+++ 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/NodeTextContentTestCase.java
 Sun Nov 16 13:46:30 2014
@@ -22,13 +22,21 @@ import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 import org.w3c.dom.Node;
 
+import org.junit.Ignore;
+import org.junit.Test;
+
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
+
 /**
  * Tests Node.textContent.
  *
  * @author <a href="mailto:cam%40mcc%2eid%2eau";>Cameron McCormack</a>
  * @version $Id$
  */
-public class NodeTextContentTest extends DOM3Test {
+@Ignore
+public class NodeTextContentTestCase extends DOM3Test {
     public boolean runImplBasic() throws Exception {
         Document doc = newSVGDoc();
         AbstractElement e = (AbstractElement) doc.getDocumentElement();

Copied: 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/NullNamespaceTestCase.java
 (from r1639318, 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/NullNamespaceTest.java)
URL: 
http://svn.apache.org/viewvc/xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/NullNamespaceTestCase.java?p2=xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/NullNamespaceTestCase.java&p1=xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/NullNamespaceTest.java&r1=1639318&r2=1639984&rev=1639984&view=diff
==============================================================================
--- 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/NullNamespaceTest.java
 (original)
+++ 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/NullNamespaceTestCase.java
 Sun Nov 16 13:46:30 2014
@@ -27,13 +27,21 @@ import org.apache.batik.util.*;
 
 import org.apache.batik.test.*;
 
+import org.junit.Ignore;
+import org.junit.Test;
+
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
+
 /**
  * This class tests the empty string value for an xmlns attribute.
  *
  * @author <a href="mailto:steph...@hillion.org";>Stephane Hillion</a>
  * @version $Id$
  */
-public class NullNamespaceTest extends AbstractTest {
+@Ignore
+public class NullNamespaceTestCase extends AbstractTest {
     public static String ERROR_GET_ELEMENT_BY_ID_FAILED 
         = "error.get.element.by.id.failed";
 
@@ -44,7 +52,7 @@ public class NullNamespaceTest extends A
     protected String rootTag;
     protected String targetId;
 
-    public NullNamespaceTest(String file,
+    public NullNamespaceTestCase(String file,
                              String root,
                              String id) {
         testFileName = file;

Copied: 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/RemoveAttributeTestCase.java
 (from r1639318, 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/RemoveAttributeTest.java)
URL: 
http://svn.apache.org/viewvc/xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/RemoveAttributeTestCase.java?p2=xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/RemoveAttributeTestCase.java&p1=xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/RemoveAttributeTest.java&r1=1639318&r2=1639984&rev=1639984&view=diff
==============================================================================
--- 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/RemoveAttributeTest.java
 (original)
+++ 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/RemoveAttributeTestCase.java
 Sun Nov 16 13:46:30 2014
@@ -27,13 +27,21 @@ import org.apache.batik.util.*;
 
 import org.apache.batik.test.*;
 
+import org.junit.Ignore;
+import org.junit.Test;
+
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
+
 /**
  * This class tests the removeAttribute method.
  *
  * @author <a href="mailto:steph...@hillion.org";>Stephane Hillion</a>
  * @version $Id$
  */
-public class RemoveAttributeTest extends AbstractTest {
+@Ignore
+public class RemoveAttributeTestCase extends AbstractTest {
     public static String ERROR_GET_ELEMENT_BY_ID_FAILED 
         = "error.get.element.by.id.failed";
 
@@ -45,7 +53,7 @@ public class RemoveAttributeTest extends
     protected String targetId;
     protected String targetAttr;
 
-    public RemoveAttributeTest(String file,
+    public RemoveAttributeTestCase(String file,
                                String root,
                                String id,
                                String attr) {

Copied: 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/ReplaceChildTestCase.java
 (from r1639318, 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/ReplaceChildTest.java)
URL: 
http://svn.apache.org/viewvc/xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/ReplaceChildTestCase.java?p2=xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/ReplaceChildTestCase.java&p1=xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/ReplaceChildTest.java&r1=1639318&r2=1639984&rev=1639984&view=diff
==============================================================================
--- 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/ReplaceChildTest.java
 (original)
+++ 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/ReplaceChildTestCase.java
 Sun Nov 16 13:46:30 2014
@@ -27,13 +27,21 @@ import org.apache.batik.util.*;
 
 import org.apache.batik.test.*;
 
+import org.junit.Ignore;
+import org.junit.Test;
+
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
+
 /**
  * This class tests the hasChildNodes method.
  *
  * @author <a href="mailto:steph...@hillion.org";>Stephane Hillion</a>
  * @version $Id$
  */
-public class ReplaceChildTest extends AbstractTest {
+@Ignore
+public class ReplaceChildTestCase extends AbstractTest {
     public static String ERROR_GET_ELEMENT_BY_ID_FAILED 
         = "error.get.element.by.id.failed";
 
@@ -44,7 +52,7 @@ public class ReplaceChildTest extends Ab
     protected String rootTag;
     protected String targetId;
 
-    public ReplaceChildTest(String file,
+    public ReplaceChildTestCase(String file,
                              String root,
                              String id) {
         testFileName = file;

Copied: 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/SerializationTestCase.java
 (from r1639318, 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/SerializationTest.java)
URL: 
http://svn.apache.org/viewvc/xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/SerializationTestCase.java?p2=xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/SerializationTestCase.java&p1=xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/SerializationTest.java&r1=1639318&r2=1639984&rev=1639984&view=diff
==============================================================================
--- 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/SerializationTest.java
 (original)
+++ 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/SerializationTestCase.java
 Sun Nov 16 13:46:30 2014
@@ -27,19 +27,27 @@ import org.apache.batik.util.*;
 
 import org.apache.batik.test.*;
 
+import org.junit.Ignore;
+import org.junit.Test;
+
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
+
 /**
  * To test the Java serialization.
  *
  * @author <a href="mailto:steph...@hillion.org";>Stephane Hillion</a>
  * @version $Id$
  */
-public class SerializationTest extends AbstractTest {
+@Ignore
+public class SerializationTestCase extends AbstractTest {
     
     protected String testFileName;
     protected String rootTag;
     protected String parserClassName = 
XMLResourceDescriptor.getXMLParserClassName();
 
-    public SerializationTest(String file,
+    public SerializationTestCase(String file,
                              String root) {
         testFileName = file;
         rootTag = root;

Copied: 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/SetAttributeTestCase.java
 (from r1639318, 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/SetAttributeTest.java)
URL: 
http://svn.apache.org/viewvc/xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/SetAttributeTestCase.java?p2=xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/SetAttributeTestCase.java&p1=xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/SetAttributeTest.java&r1=1639318&r2=1639984&rev=1639984&view=diff
==============================================================================
--- 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/SetAttributeTest.java
 (original)
+++ 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/SetAttributeTestCase.java
 Sun Nov 16 13:46:30 2014
@@ -26,11 +26,19 @@ import org.apache.batik.util.*;
 
 import org.apache.batik.test.*;
 
+import org.junit.Ignore;
+import org.junit.Test;
+
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
+
 /**
  * @author <a href="mailto:shill...@ilog.fr";>Stephane Hillion</a>
  * @version $Id$
  */
-public class SetAttributeTest extends AbstractTest {
+@Ignore
+public class SetAttributeTestCase extends AbstractTest {
     protected String testFileName;
     protected String rootTag;
     protected String targetId;
@@ -45,7 +53,7 @@ public class SetAttributeTest extends Ab
     public static String ENTRY_KEY_ID 
         = "entry.key.id";
 
-    public SetAttributeTest(String testFileName,
+    public SetAttributeTestCase(String testFileName,
                             String rootTag,
                             String targetId,
                             String targetAttribute,

Copied: 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/TextReplaceWholeTextTestCase.java
 (from r1639318, 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/TextReplaceWholeTextTest.java)
URL: 
http://svn.apache.org/viewvc/xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/TextReplaceWholeTextTestCase.java?p2=xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/TextReplaceWholeTextTestCase.java&p1=xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/TextReplaceWholeTextTest.java&r1=1639318&r2=1639984&rev=1639984&view=diff
==============================================================================
--- 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/TextReplaceWholeTextTest.java
 (original)
+++ 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/TextReplaceWholeTextTestCase.java
 Sun Nov 16 13:46:30 2014
@@ -21,13 +21,21 @@ package org.apache.batik.dom;
 import org.w3c.dom.Document;
 import org.w3c.dom.Text;
 
+import org.junit.Ignore;
+import org.junit.Test;
+
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
+
 /**
  * Tests Text.replaceWholeText.
  *
  * @author <a href="mailto:cam%40mcc%2eid%2eau";>Cameron McCormack</a>
  * @version $Id$
  */
-public class TextReplaceWholeTextTest extends DOM3Test {
+@Ignore
+public class TextReplaceWholeTextTestCase extends DOM3Test {
     public boolean runImplBasic() throws Exception {
         Document doc = newSVGDoc();
         Text n1 = doc.createTextNode("abc");

Copied: 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/TextWholeTextTestCase.java
 (from r1639318, 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/TextWholeTextTest.java)
URL: 
http://svn.apache.org/viewvc/xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/TextWholeTextTestCase.java?p2=xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/TextWholeTextTestCase.java&p1=xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/TextWholeTextTest.java&r1=1639318&r2=1639984&rev=1639984&view=diff
==============================================================================
--- 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/TextWholeTextTest.java
 (original)
+++ 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/TextWholeTextTestCase.java
 Sun Nov 16 13:46:30 2014
@@ -20,13 +20,21 @@ package org.apache.batik.dom;
 
 import org.w3c.dom.Document;
 
+import org.junit.Ignore;
+import org.junit.Test;
+
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
+
 /**
  * Tests Text.wholeText.
  *
  * @author <a href="mailto:cam%40mcc%2eid%2eau";>Cameron McCormack</a>
  * @version $Id$
  */
-public class TextWholeTextTest extends DOM3Test {
+@Ignore
+public class TextWholeTextTestCase extends DOM3Test {
     public boolean runImplBasic() throws Exception {
         Document doc = newSVGDoc();
         AbstractText n1 = (AbstractText) doc.createTextNode("abc");

Copied: 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/svg/CloneNodeTestCase.java
 (from r1639318, 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/svg/CloneNodeTest.java)
URL: 
http://svn.apache.org/viewvc/xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/svg/CloneNodeTestCase.java?p2=xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/svg/CloneNodeTestCase.java&p1=xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/svg/CloneNodeTest.java&r1=1639318&r2=1639984&rev=1639984&view=diff
==============================================================================
--- 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/svg/CloneNodeTest.java
 (original)
+++ 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/svg/CloneNodeTestCase.java
 Sun Nov 16 13:46:30 2014
@@ -31,6 +31,12 @@ import org.apache.batik.test.DefaultTest
 import org.apache.batik.test.TestReport;
 import org.apache.batik.util.XMLResourceDescriptor;
 
+import org.junit.Ignore;
+import org.junit.Test;
+
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
 
 /**
  * This class tests the cloneNode method.
@@ -38,11 +44,12 @@ import org.apache.batik.util.XMLResource
  * @author <a href="mailto:steph...@hillion.org";>Stephane Hillion</a>
  * @version $Id$
  */
-public class CloneNodeTest extends AbstractTest {
+@Ignore
+public class CloneNodeTestCase extends AbstractTest {
     protected String testFileName;
     protected String targetId;
 
-    public CloneNodeTest(String file, String id) {
+    public CloneNodeTestCase(String file, String id) {
         testFileName = file;
         targetId = id;
     }

Copied: 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/svg/ImportNodeTestCase.java
 (from r1639318, 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/svg/ImportNodeTest.java)
URL: 
http://svn.apache.org/viewvc/xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/svg/ImportNodeTestCase.java?p2=xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/svg/ImportNodeTestCase.java&p1=xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/svg/ImportNodeTest.java&r1=1639318&r2=1639984&rev=1639984&view=diff
==============================================================================
--- 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/svg/ImportNodeTest.java
 (original)
+++ 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/svg/ImportNodeTestCase.java
 Sun Nov 16 13:46:30 2014
@@ -32,17 +32,25 @@ import org.apache.batik.test.DefaultTest
 import org.apache.batik.test.TestReport;
 import org.apache.batik.util.XMLResourceDescriptor;
 
+import org.junit.Ignore;
+import org.junit.Test;
+
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
+
 /**
  * This class tests the importNode method.
  *
  * @author <a href="mailto:steph...@hillion.org";>Stephane Hillion</a>
  * @version $Id$
  */
-public class ImportNodeTest extends AbstractTest {
+@Ignore
+public class ImportNodeTestCase extends AbstractTest {
     protected String testFileName;
     protected String targetId;
 
-    public ImportNodeTest(String file, String id) {
+    public ImportNodeTestCase(String file, String id) {
         testFileName = file;
         targetId = id;
     }

Copied: 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/svg/SystemIdTestCase.java
 (from r1639318, 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/svg/SystemIdTest.java)
URL: 
http://svn.apache.org/viewvc/xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/svg/SystemIdTestCase.java?p2=xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/svg/SystemIdTestCase.java&p1=xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/svg/SystemIdTest.java&r1=1639318&r2=1639984&rev=1639984&view=diff
==============================================================================
--- 
xmlgraphics/batik/branches/junit/test-sources/org/apache/batik/dom/svg/SystemIdTest.java
 (original)
+++ 
xmlgraphics/batik/branches/junit/test/java/org/apache/batik/dom/svg/SystemIdTestCase.java
 Sun Nov 16 13:46:30 2014
@@ -26,6 +26,13 @@ import org.apache.batik.test.AbstractTes
 import org.apache.batik.test.TestReport;
 import org.apache.batik.test.DefaultTestReport;
 
+import org.junit.Ignore;
+import org.junit.Test;
+
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
+
 /**
  * This class tests that there is System Id for each public Id
  * in the dtdids.properties resource file.
@@ -33,14 +40,15 @@ import org.apache.batik.test.DefaultTest
  * @author <a href="mailto:vincent.ha...@sun.com";>Vincent Hardy</a>
  * @author $Id$
  */
-public class SystemIdTest extends AbstractTest {
+@Ignore
+public class SystemIdTestCase extends AbstractTest {
     public static final String ERROR_MISSING_SYSTEM_ID
         = "error.missing.system.id";
 
     public static final String KEY_MISSING_IDS
         = "key.missing.ids";
 
-    public SystemIdTest() {
+    public SystemIdTestCase() {
     }
 
     public TestReport runImpl() throws Exception {


Reply via email to