Browse Source

Code cleanup.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276098 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 21 years ago
parent
commit
91092b4963
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      src/testcases/org/apache/tools/ant/taskdefs/ExecuteOnTest.java

+ 0
- 5
src/testcases/org/apache/tools/ant/taskdefs/ExecuteOnTest.java View File

@@ -34,11 +34,6 @@ import junit.framework.ComparisonFailure;
public class ExecuteOnTest extends BuildFileTest {
private static final String BUILD_PATH = "src/etc/testcases/taskdefs/exec/";
private static final String BUILD_FILE = BUILD_PATH + "apply.xml";
// private final int TIME_TO_WAIT = 1;
/** maximum time allowed for the build in milliseconds */
// private final int MAX_BUILD_TIME = 4000;
// private final int SECURITY_MARGIN = 2000; // wait 2 second extras
// the test failed with 100 ms of margin on cvs.apache.org on August 1st, 2003

public ExecuteOnTest(String name) {
super(name);


Loading…
Cancel
Save