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

added harness tests (to JUnit test that is not included by default since it runs all the ajc tests)

tags/V1_1_0_RC2
wisberg 21 лет назад
Родитель
Сommit
acb1ee07cb
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      testing-drivers/testsrc/org/aspectj/testing/drivers/SuiteTest.java

+ 2
- 1
testing-drivers/testsrc/org/aspectj/testing/drivers/SuiteTest.java Просмотреть файл

@@ -40,7 +40,8 @@ import junit.framework.TestSuite;
*/
public class SuiteTest extends TestCase {
private static final String[] SUITES = new String[]
{ "testdata/incremental/harness/selectionTest.xml",
{ "../tests/ajcHarnessTests.xml",
"testdata/incremental/harness/selectionTest.xml",
"../tests/ajcTests.xml"
};

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