summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2005-02-02 10:52:21 +0000
committeraclement <aclement>2005-02-02 10:52:21 +0000
commit9503e487324ebef59e3738286593e1b2d4332e67 (patch)
treeef52ff56a929933f806388f9ef353755ecae1e82
parent3197038957ee0a4d0228ad03c54f644347b9386a (diff)
downloadaspectj-9503e487324ebef59e3738286593e1b2d4332e67.tar.gz
aspectj-9503e487324ebef59e3738286593e1b2d4332e67.zip
Add Junit
-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