]> source.dussan.org Git - aspectj.git/commitdiff
test V for generics, 4 to go.
authoraclement <aclement>
Fri, 21 Oct 2005 18:26:55 +0000 (18:26 +0000)
committeraclement <aclement>
Fri, 21 Oct 2005 18:26:55 +0000 (18:26 +0000)
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml

index b4546aac740a16546ba5b480f77e07f53edf737a..b27a89870972d4f6f213595ef5ad38c29e64221e 100644 (file)
@@ -6,7 +6,7 @@
     <ajc-test dir="java5/staticImports" title="import static java.lang.System.out">
         <compile files="StaticImport.aj" options="-1.5"/>
     </ajc-test>
-    
+
     <ajc-test dir="bugs150" title="test illegal change to pointcut declaration">
         <compile files="pr111915.java" options="-1.5 -showWeaveInfo">
           <message kind="weave" text="Join point 'method-execution(void SomeClass.doSomething())' in Type 'SomeClass' (pr111915.java:4) advised by around advice from 'DoesntCompile' (pr111915.java:15)"/>
      <compile files="GenericAspectU.aj" options="-1.5"/>
      <run class="GenericAspectU"/>
    </ajc-test>
+   <ajc-test dir="java5/generics/genericaspects/" title="uberaspects - V">
+     <compile files="GenericAspectV.aj" options="-1.5"/>
+     <run class="GenericAspectV"/>
+   </ajc-test>