You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2003/09/23 16:43:31 UTC

cvs commit: ant/src/testcases/org/apache/tools/ant/types XMLCatalogTest.java

bodewig     2003/09/23 07:43:31

  Modified:    src/testcases/org/apache/tools/ant/types XMLCatalogTest.java
  Log:
  forgot to commit file
  
  Revision  Changes    Path
  1.5       +1 -9      ant/src/testcases/org/apache/tools/ant/types/XMLCatalogTest.java
  
  Index: XMLCatalogTest.java
  ===================================================================
  RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/types/XMLCatalogTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XMLCatalogTest.java	10 Feb 2003 14:14:55 -0000	1.4
  +++ XMLCatalogTest.java	23 Sep 2003 14:43:31 -0000	1.5
  @@ -172,14 +172,6 @@
       }
   
       public void testEmptyElementIfIsReference() {
  -        try {
  -            catalog.setRefid(new Reference("dummyref"));
  -            fail("Can add reference to nonexistent XMLCatalog");
  -        } catch (BuildException be) {
  -            assertEquals("Reference dummyref not found.",
  -                         be.getMessage());
  -        }
  -
           ResourceLocation dtd = new ResourceLocation();
           dtd.setPublicId("PUBLIC ID ONE");
           dtd.setLocation("i/dont/exist.dtd");
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org