]> source.dussan.org Git - aspectj.git/commitdiff
bridging tests.
authoraclement <aclement>
Mon, 7 Nov 2005 16:23:28 +0000 (16:23 +0000)
committeraclement <aclement>
Mon, 7 Nov 2005 16:23:28 +0000 (16:23 +0000)
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml

index bafe2638ece512564d1f015c505f705559679c53..e344bb54694af32f46522bb47fb0d6d235c4a465 100644 (file)
         <compile files="X4.aj" inpath="code.jar" options ="-1.5"/>
      <run class="X4"/>
    </ajc-test>
+   
+   <ajc-test dir="java5/generics/binaryBridging" title="binary bridge methods - one">
+     <compile files="OneA.java" outjar="onea.jar" options="-1.5"/>
+     <compile files="OneB.java" outjar="oneb.jar" options="-1.5"/>
+     <compile files="OneX.java" inpath="onea.jar;oneb.jar" options="-1.5"/>
+   </ajc-test>