rdonkin     2003/07/02 12:55:02

  Modified:    betwixt/src/test/org/apache/commons/betwixt/xmlunit
                        XmlTestCase.java
  Log:
  Added separate test for xmlunit
  
  Revision  Changes    Path
  1.8       +5 -10     
jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/xmlunit/XmlTestCase.java
  
  Index: XmlTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/xmlunit/XmlTestCase.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XmlTestCase.java  1 Jul 2003 21:39:31 -0000       1.7
  +++ XmlTestCase.java  2 Jul 2003 19:55:02 -0000       1.8
  @@ -103,12 +103,7 @@
       public XmlTestCase(String testName) {
           super(testName);
       }
  -    
  -    public void testXMLUnit() throws Exception {
  -        xmlAssertIsomorphicContent(
  -                    
parseFile("src/test/org/apache/commons/betwixt/xmlunit/rss-example.xml"),
  -                    
parseFile("src/test/org/apache/commons/betwixt/xmlunit/rss-example.xml"));
  -    }
  +
       
       public void xmlAssertIsomorphicContent(
                                   org.w3c.dom.Document documentOne, 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to