瀏覽代碼

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 年之前
父節點
當前提交
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"
};

Loading…
取消
儲存