Browse Source

remove groovy related test

tags/V1_6_12M2
aclement 12 years ago
parent
commit
ebda2ae730
1 changed files with 7 additions and 3 deletions
  1. 7
    3
      tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java

+ 7
- 3
tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java View File

@@ -31,6 +31,10 @@ public class Ajc1612Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
// runTest("double itdf");
// }

public void testItdSplitCompilation_354683() throws Exception {
runTest("itd split compilation");
}

public void testThisAspectInstance_239649_1() throws Exception {
// simple case
runTest("thisAspectInstance - 1");
@@ -106,9 +110,9 @@ public class Ajc1612Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
runTest("thisAspectInstance - 15");
}

public void testVerifyPerthis() throws Exception {
runTest("verify perthis");
}
// public void testVerifyPerthis() throws Exception {
// runTest("verify perthis");
// }

public void testRangeForLocalVariables_353936() throws ClassNotFoundException {
runTest("local variable tables");

Loading…
Cancel
Save