|
|
@@ -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); |
|
|
|