Quellcode durchsuchen

remove groovy related test

tags/V1_6_12M2
aclement vor 12 Jahren
Ursprung
Commit
ebda2ae730
1 geänderte Dateien mit 7 neuen und 3 gelöschten Zeilen
  1. 7
    3
      tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java

+ 7
- 3
tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java Datei anzeigen

@@ -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");

Laden…
Abbrechen
Speichern