]> source.dussan.org Git - aspectj.git/commitdiff
generic aspect test W
authoraclement <aclement>
Wed, 26 Oct 2005 14:41:20 +0000 (14:41 +0000)
committeraclement <aclement>
Wed, 26 Oct 2005 14:41:20 +0000 (14:41 +0000)
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml

index c825b5c95a90815a59cdc7c89d72ea7a27f3722a..0f21de2a4b76c96a2c519c89ce833209073e918e 100644 (file)
@@ -6,11 +6,11 @@
     <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="Problem with constructor ITDs">
         <compile files="pr112783.aj" options="-1.5"/>
     </ajc-test>
-    
     <ajc-test dir="bugs150/pr113630" title="IncompatibleClassChangeError">
         <compile files="Bean.java,BeanSupportAspectj.aj,BeanTestCase.java,javaBean.java,propertyChanger.java,PropertySupportAspect5.aj" options="-1.5"/>
         <run class="com.blueprint.util.aspectj5.test.BeanTestCase"/>
      <compile files="GenericAspectV.aj" options="-1.5"/>
      <run class="GenericAspectV"/>
    </ajc-test>
+   <ajc-test dir="java5/generics/genericaspects/" title="uberaspects - W">
+     <compile files="GenericAspectW.aj" options="-1.5"/>
+     <run class="GenericAspectW"/>
+   </ajc-test>
       
    
    
         <compile files="X4.aj" inpath="code.jar" options ="-1.5"/>
      <run class="X4"/>
    </ajc-test>
-   
-   
       
+
+
    <ajc-test dir="java5/generics/itds/bridgeMethods" vm="1.5" title="abstract intertype methods and covariant returns">
           <compile files="pr91381.aj" options="-1.5"/>
        <run class="pr91381"/>