aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/java5/ataspectj/ajc-ant.xml1
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/ataspectj/AtAjLTWTests.java14
2 files changed, 8 insertions, 7 deletions
diff --git a/tests/java5/ataspectj/ajc-ant.xml b/tests/java5/ataspectj/ajc-ant.xml
index b7a09cf0a..85f1367da 100644
--- a/tests/java5/ataspectj/ajc-ant.xml
+++ b/tests/java5/ataspectj/ajc-ant.xml
@@ -21,6 +21,7 @@
<!-- use META-INF/aop.xml style -->
<classpath path="ataspectj/pathentry"/>
<jvmarg value="-javaagent:${aj.root}/lib/test/loadtime5.jar"/>
+ <!--<jvmarg line="${jdwp}"/>-->
</java>
</target>
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ataspectj/AtAjLTWTests.java b/tests/src/org/aspectj/systemtest/ajc150/ataspectj/AtAjLTWTests.java
index d2bc160e0..1130c885c 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/ataspectj/AtAjLTWTests.java
+++ b/tests/src/org/aspectj/systemtest/ajc150/ataspectj/AtAjLTWTests.java
@@ -31,13 +31,13 @@ public class AtAjLTWTests extends XMLBasedAjcTestCase {
//FIXME AV - those all 4 depends on #75442...
-// public void testRunThemAllWithJavacCompiledAndLTW() {
-// runTest("RunThemAllWithJavacCompiledAndLTW");
-// }
-//
-// public void testAjcLTWPerClauseTest_XnoWeave() {
-// runTest("AjcLTW PerClauseTest -XnoWeave");
-// }
+ public void testRunThemAllWithJavacCompiledAndLTW() {
+ runTest("RunThemAllWithJavacCompiledAndLTW");
+ }
+
+ public void testAjcLTWPerClauseTest_XnoWeave() {
+ runTest("AjcLTW PerClauseTest -XnoWeave");
+ }
//
// public void testAjcLTWPerClauseTest_Xreweavable() {
// runTest("AjcLTW PerClauseTest -Xreweavable");