]> source.dussan.org Git - aspectj.git/commitdiff
added harness tests (to JUnit test that is not included by default since it runs...
authorwisberg <wisberg>
Wed, 7 May 2003 03:52:20 +0000 (03:52 +0000)
committerwisberg <wisberg>
Wed, 7 May 2003 03:52:20 +0000 (03:52 +0000)
testing-drivers/testsrc/org/aspectj/testing/drivers/SuiteTest.java

index 3f9ff1b26cbd7913e22abafe9066335aba2e3780..be123442438ffbdf04a26a0c9ee02154001e84c7 100644 (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"
         };