Просмотр исходного кода

remove groovy related test

tags/V1_6_12M2
aclement 12 лет назад
Родитель
Сommit
ebda2ae730
1 измененных файлов: 7 добавлений и 3 удалений
  1. 7
    3
      tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java

+ 7
- 3
tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java Просмотреть файл

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

Загрузка…
Отмена
Сохранить