antoine     2003/07/22 09:09:05

  Modified:    src/testcases/org/apache/tools/ant/taskdefs
                        CallTargetTest.java
  Log:
  there was a small bone here too (name of a target was wrong).
  
  Revision  Changes    Path
  1.2       +1 -1      
ant/src/testcases/org/apache/tools/ant/taskdefs/CallTargetTest.java
  
  Index: CallTargetTest.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/CallTargetTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CallTargetTest.java       22 Jul 2003 11:58:55 -0000      1.1
  +++ CallTargetTest.java       22 Jul 2003 16:09:05 -0000      1.2
  @@ -78,7 +78,7 @@
   
       // see bugrep 21724 (references not passing through with antcall)
       public void testInheritFilterset() {
  -        project.executeTarget("testinheritfilterset");
  +        project.executeTarget("testinheritreffilterset");
       }
   
       public void tearDown() {
  
  
  

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

Reply via email to