diff options
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java | 6 | ||||
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc151/ajc151.xml | 6 |
2 files changed, 1 insertions, 11 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java b/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java index 9604bab50..b0c5d3150 100644 --- a/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java @@ -378,11 +378,7 @@ public class Ajc151Tests extends org.aspectj.testing.XMLBasedAjcTestCase { public void testEmptyPointcutInAtAspectJWithLTW_pr125475 () { runTest("define empty pointcut using aop.xml"); } - - public void testLTWGeneratedAspectWithAbstractMethod_pr125480 () { - runTest("aop.xml aspect inherits abstract method that has concrete implementation in parent"); - } - + public void testGenericAspectsWithAnnotationTypeParameters() { runTest("Generic aspects with annotation type parameters"); } diff --git a/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml b/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml index 43fb2813d..1c8ab5a75 100644 --- a/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml +++ b/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml @@ -318,12 +318,6 @@ </run> </ajc-test> - <ajc-test dir="bugs151/pr125480" title="aop.xml aspect inherits abstract method that has concrete implementation in parent"> - <compile files="HelloWorld.java"/> - <compile files="AbstractMethods.aj, ConcreteMethods.aj"/> - <run class="HelloWorld" ltw="aop-tracing.xml"/> - </ajc-test> - <ajc-test dir="bugs151/pr125699" title="inherit advice with this() and thisJoinPoint"> <compile files="Tracing.aj, TestTracing.aj, AtTestTracing.java" options="-1.5"> <message kind="warning" line="13" text="advice defined in Tracing has not been applied [Xlint:adviceDidNotMatch]"/> |