Browse Source

Added a small comment on the test ( it is one of the failings for embed )

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273451 13f79535-47bb-0310-9956-ffa450edef68
master
Costin Manolache 23 years ago
parent
commit
6467f9fa27
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/testcases/org/apache/tools/ant/TopLevelTaskTest.java

+ 3
- 0
src/testcases/org/apache/tools/ant/TopLevelTaskTest.java View File

@@ -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
*


Loading…
Cancel
Save