aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2007-10-18 11:02:13 +0000
committeraclement <aclement>2007-10-18 11:02:13 +0000
commit7be23e895b5dfe9f2b286dac4fb0737396df55aa (patch)
tree50d134e045d5c113e90253227ab6931ad93abd71 /tests
parent499b8bcb0e89b39a63008fc68b44df9ed39d0750 (diff)
downloadaspectj-7be23e895b5dfe9f2b286dac4fb0737396df55aa.tar.gz
aspectj-7be23e895b5dfe9f2b286dac4fb0737396df55aa.zip
these tests are now for 1.5.4, not 1.6.0
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/AllTests16.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/org/aspectj/systemtest/AllTests16.java b/tests/src/org/aspectj/systemtest/AllTests16.java
index d187b5777..1cefef03b 100644
--- a/tests/src/org/aspectj/systemtest/AllTests16.java
+++ b/tests/src/org/aspectj/systemtest/AllTests16.java
@@ -6,7 +6,7 @@ package org.aspectj.systemtest;
import junit.framework.Test;
import junit.framework.TestSuite;
-import org.aspectj.systemtest.ajc160.AllTestsAspectJ160;
+import org.aspectj.systemtest.ajc154.AllTestsAspectJ154;
public class AllTests16 {
@@ -14,7 +14,7 @@ public class AllTests16 {
TestSuite suite = new TestSuite("AspectJ System Test Suite - JDK 1.6");
//$JUnit-BEGIN$
suite.addTest(AllTests15.suite());
- suite.addTest(AllTestsAspectJ160.suite());
+ suite.addTest(AllTestsAspectJ154.suite());
//$JUnit-END$
return suite;
}