]> source.dussan.org Git - aspectj.git/commitdiff
these tests are now for 1.5.4, not 1.6.0
authoraclement <aclement>
Thu, 18 Oct 2007 11:02:13 +0000 (11:02 +0000)
committeraclement <aclement>
Thu, 18 Oct 2007 11:02:13 +0000 (11:02 +0000)
tests/src/org/aspectj/systemtest/AllTests16.java

index d187b57772926ee952575285e7f911549a659ae9..1cefef03ba3106387c83b666258fc57995ea32ef 100644 (file)
@@ -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;
        }