From: Alexander Kriegisch Date: Sat, 2 Mar 2024 09:01:49 +0000 (+0100) Subject: Fix: AllTestsAspectJ171 runs correct NewFeatures suite X-Git-Tag: V1_9_21_2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2fa6a868509fc636088fac51945c37858da19ad1;p=aspectj.git Fix: AllTestsAspectJ171 runs correct NewFeatures suite 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 --- diff --git a/tests/src/test/java/org/aspectj/systemtest/ajc171/AllTestsAspectJ171.java b/tests/src/test/java/org/aspectj/systemtest/ajc171/AllTestsAspectJ171.java index eda8af4ce..053fc8e81 100644 --- a/tests/src/test/java/org/aspectj/systemtest/ajc171/AllTestsAspectJ171.java +++ b/tests/src/test/java/org/aspectj/systemtest/ajc171/AllTestsAspectJ171.java @@ -10,8 +10,6 @@ *******************************************************************************/ package org.aspectj.systemtest.ajc171; -import org.aspectj.systemtest.ajc1610.NewFeatures; - import junit.framework.Test; import junit.framework.TestSuite;