You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2002/10/18 20:50:03 UTC

cvs commit: jakarta-ant/src/testcases/org/apache/tools/ant TopLevelTaskTest.java

costin      2002/10/18 11:50:03

  Modified:    src/testcases/org/apache/tools/ant TopLevelTaskTest.java
  Log:
  Added a small comment on the test ( it is one of the failings for embed )
  
  Revision  Changes    Path
  1.3       +3 -0      jakarta-ant/src/testcases/org/apache/tools/ant/TopLevelTaskTest.java
  
  Index: TopLevelTaskTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/testcases/org/apache/tools/ant/TopLevelTaskTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TopLevelTaskTest.java	16 Jul 2002 13:06:45 -0000	1.2
  +++ TopLevelTaskTest.java	18 Oct 2002 18:50:03 -0000	1.3
  @@ -54,6 +54,9 @@
   
   package org.apache.tools.ant;
   
  +// This test will fail with embed, or if top-level is moved out of
  +// dependency - as 'echo' happens as part of configureProject stage.
  +
   /**
    * Tests for builds with tasks at the top level
    *
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>