Browse Source

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 years ago
parent
commit
acb1ee07cb

+ 2
- 1
testing-drivers/testsrc/org/aspectj/testing/drivers/SuiteTest.java View File

@@ -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…
Cancel
Save