Browse Source

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 <Alexander@Kriegisch.name>
tags/V1_9_21_2
Alexander Kriegisch 2 months ago
parent
commit
2fa6a86850

+ 0
- 2
tests/src/test/java/org/aspectj/systemtest/ajc171/AllTestsAspectJ171.java View File

*******************************************************************************/ *******************************************************************************/
package org.aspectj.systemtest.ajc171; package org.aspectj.systemtest.ajc171;


import org.aspectj.systemtest.ajc1610.NewFeatures;

import junit.framework.Test; import junit.framework.Test;
import junit.framework.TestSuite; import junit.framework.TestSuite;



Loading…
Cancel
Save