bodewig     2002/11/12 00:17:22

  Modified:    src/testcases/org/apache/tools/ant/types
                        XMLCatalogBuildFileTest.java
  Log:
  Reenable tests for xmlcatalog
  
  Revision  Changes    Path
  1.4       +1 -5      
jakarta-ant/src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java
  
  Index: XMLCatalogBuildFileTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XMLCatalogBuildFileTest.java      5 Nov 2002 16:20:03 -0000       1.3
  +++ XMLCatalogBuildFileTest.java      12 Nov 2002 08:17:22 -0000      1.4
  @@ -102,13 +102,11 @@
       // file, entity is listed in the XMLCatalog pointing to a
       // different file.  Stuff result into property: val2
       //
  -    /*
       public void testEntityWithCatalog() { 
           configureProject("src/etc/testcases/types/xmlcatalog.xml");
           expectPropertySet("testentitywithcatalog", "val2", 
                             "No news is good news");
       }
  -    */
   
       //
       // Ensure that an external entity resolves as expected with NO
  @@ -133,11 +131,9 @@
       // The entity is listed in the XMLCatalog pointing to a different file.
       // Stuff result into the property: val4
       // 
  -    /*
       public void testDocumentWithCatalog() { 
           configureProject("src/etc/testcases/types/xmlcatalog.xml");
           expectPropertySet("testdocumentwithcatalog", "val4", 
                             "No news is good news");
       }
  -    */
   }
  
  
  

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

Reply via email to