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

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 Просмотреть файл

// runTest("double itdf"); // runTest("double itdf");
// } // }


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

public void testThisAspectInstance_239649_1() throws Exception { public void testThisAspectInstance_239649_1() throws Exception {
// simple case // simple case
runTest("thisAspectInstance - 1"); runTest("thisAspectInstance - 1");
runTest("thisAspectInstance - 15"); 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 { public void testRangeForLocalVariables_353936() throws ClassNotFoundException {
runTest("local variable tables"); runTest("local variable tables");

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