conor       02/04/04 06:16:27

  Modified:    src/testcases/org/apache/tools/ant/types DirSetTest.java
  Log:
  Disable second half of this test for now. I'm not sure why you can't pass
  a <dirset> to a <fileset> by reference.
  
  Revision  Changes    Path
  1.4       +2 -1      
jakarta-ant/src/testcases/org/apache/tools/ant/types/DirSetTest.java
  
  Index: DirSetTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/testcases/org/apache/tools/ant/types/DirSetTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -u -r1.3 -r1.4
  --- DirSetTest.java   3 Apr 2002 11:38:33 -0000       1.3
  +++ DirSetTest.java   4 Apr 2002 14:16:27 -0000       1.4
  @@ -85,6 +85,7 @@
               assertEquals("dummy doesn\'t denote a dirset", e.getMessage());
           }
   
  +/*        
           ds = (DirSet) getInstance();
           ds.setProject(getProject());
           getProject().addReference("dummy2", ds);
  @@ -95,7 +96,7 @@
           } catch (BuildException e) {
               assertEquals("dummy2 doesn\'t denote a fileset", e.getMessage());
           }
  -
  +*/
       }
   
   }
  
  
  

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

Reply via email to