summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java b/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java
index 168179a9d..a3c57cbf4 100644
--- a/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java
+++ b/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java
@@ -66,7 +66,12 @@ public class AjcTestCase extends TestCase {
File.pathSeparator +
".." + File.separator + "bridge" + File.separator + "bin" +
File.pathSeparator +
- ".." + File.separator + "util" + File.separator + "bin";
+ ".." + File.separator + "util" + File.separator + "bin"
+ //ALEX Andy. ?? What does _IDE add?
+ // + File.pathSeparator+ ".."+File.separator+"_IDE"
+ + File.pathSeparator+ ".."+File.separator+"lib"+File.separator+"junit"+File.separator+"junit.jar";
+
+
/**
* Helper class that represents the specification of an individual