From: aclement Date: Mon, 19 Dec 2005 14:52:15 +0000 (+0000) Subject: include junit on the path for testcode compilation. X-Git-Tag: POST_MEMORY_CHANGES~217 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a9a9d8412730d6fa6ed673bd6d6e7a0a14d1aee6;p=aspectj.git include junit on the path for testcode compilation. --- diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/AjdeInteractionTestbed.java b/tests/src/org/aspectj/systemtest/incremental/tools/AjdeInteractionTestbed.java index e45ded8a9..9e864b089 100644 --- a/tests/src/org/aspectj/systemtest/incremental/tools/AjdeInteractionTestbed.java +++ b/tests/src/org/aspectj/systemtest/incremental/tools/AjdeInteractionTestbed.java @@ -431,6 +431,7 @@ public class AjdeInteractionTestbed extends TestCase { System.getProperty("sun.boot.class.path") + File.pathSeparator + "../runtime/bin" + File.pathSeparator + System.getProperty("aspectjrt.path") + + File.pathSeparator + "../lib/junit/junit.jar" + File.pathSeparator+".."+File.separator+"lib" + File.separator+"test"+File.separator+"aspectjrt.jar"; // look at dependant projects