Explorar el Código

remove groovy related test

tags/V1_6_12M2
aclement hace 12 años
padre
commit
ebda2ae730
Se han modificado 1 ficheros con 7 adiciones y 3 borrados
  1. 7
    3
      tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java

+ 7
- 3
tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java Ver fichero

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

Cargando…
Cancelar
Guardar