]> source.dussan.org Git - aspectj.git/commitdiff
tests moved to 125480
authoraclement <aclement>
Thu, 18 May 2006 11:45:53 +0000 (11:45 +0000)
committeraclement <aclement>
Thu, 18 May 2006 11:45:53 +0000 (11:45 +0000)
tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java
tests/src/org/aspectj/systemtest/ajc151/ajc151.xml

index 9604bab50dfb6e01ac782ca7a9920bb7e9c5460b..b0c5d3150dac76be2cfda27c0a5a04b2dc9af81d 100644 (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");
   }
index 43fb2813d01f23a782b38e8d59348db1879f1964..1c8ab5a754fb785a1285296dd2cc9a57481d028d 100644 (file)
         </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]"/>