aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authoraclement <aclement>2008-10-30 15:58:52 +0000
committeraclement <aclement>2008-10-30 15:58:52 +0000
commit5d9ceb0fd834b1713a1e448db11a444979ba2959 (patch)
treeebfe9deb1fbc051dda7be4feda89d06c44b853f1 /testing
parent585a058261614b45dc6ca8b820f04b68bed33d72 (diff)
downloadaspectj-5d9ceb0fd834b1713a1e448db11a444979ba2959.tar.gz
aspectj-5d9ceb0fd834b1713a1e448db11a444979ba2959.zip
reactivate test: 247914
Diffstat (limited to 'testing')
-rw-r--r--testing/newsrc/org/aspectj/testing/AntSpec.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/newsrc/org/aspectj/testing/AntSpec.java b/testing/newsrc/org/aspectj/testing/AntSpec.java
index c6df55ebc..259dd8d20 100644
--- a/testing/newsrc/org/aspectj/testing/AntSpec.java
+++ b/testing/newsrc/org/aspectj/testing/AntSpec.java
@@ -49,7 +49,7 @@ public class AntSpec implements ITestStep {
+ File.separator + "bridge/bin" + File.pathSeparator + ".." + File.separator + "loadtime/bin" + File.pathSeparator
+ ".." + File.separator + "loadtime5/bin" + File.pathSeparator + ".." + File.separator + "weaver/bin"
+ File.pathSeparator + ".." + File.separator + "org.aspectj.matcher/bin" + File.pathSeparator + ".." + File.separator
- + "lib/bcel/bcel.jar";
+ + "lib/bcel/bcel.jar" + File.separator + "lib/bcel/bcel-verifier.jar";;
private boolean m_verbose = false;
private AjcTest m_ajcTest;