]> source.dussan.org Git - aspectj.git/commitdiff
Fix: AllTestsAspectJ171 runs correct NewFeatures suite
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 2 Mar 2024 09:01:49 +0000 (10:01 +0100)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 2 Mar 2024 09:34:26 +0000 (10:34 +0100)
While fixing #285, I noticed that *.ajc171.NewFeatures was never
executed as part of the AspectJ test suite, because since 2012 falsely
*.ajc1610.NewFeatures was imported and executed a second time instead.
In addition to an outdated AspetJ weaver library in 'lib', this was one
more factor why the regression bug was never spotted.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tests/src/test/java/org/aspectj/systemtest/ajc171/AllTestsAspectJ171.java

index eda8af4cebcb21cae4f91642aac3d0e03c4e3199..053fc8e817161113d06c395e1f315f4ef9307381 100644 (file)
@@ -10,8 +10,6 @@
  *******************************************************************************/
 package org.aspectj.systemtest.ajc171;
 
-import org.aspectj.systemtest.ajc1610.NewFeatures;
-
 import junit.framework.Test;
 import junit.framework.TestSuite;