Browse Source

tests moved to 125480

tags/V1_5_2rc1
aclement 18 years ago
parent
commit
4cd98f5929

+ 1
- 5
tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java View File

@@ -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");
}

+ 0
- 6
tests/src/org/aspectj/systemtest/ajc151/ajc151.xml View File

@@ -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]"/>

Loading…
Cancel
Save