]> source.dussan.org Git - aspectj.git/commitdiff
Bugzilla Bug 50641
authorjhugunin <jhugunin>
Mon, 26 Jan 2004 20:57:33 +0000 (20:57 +0000)
committerjhugunin <jhugunin>
Mon, 26 Jan 2004 20:57:33 +0000 (20:57 +0000)
   Better binary compatibility for advice method names

tests/ajcTestsFailing.xml

index 77825d91abc6c42abdecc1e825b38857584663d0..dca686139c3c9a12bd265d0476a47eda89f94f44 100644 (file)
         <run class="InterfaceMethodDeclarationNonPublic"/>
     </ajc-test>
 
+    <ajc-test dir="bugs/binaryCompat" pr="50641"
+      title="binary compatibility of advice method names - expect no error">
+        <compile files="Main.java,TraceV1.aj"/>
+        <run class="Main"/>
+        <compile files="TraceV2.aj"/>
+        <run class="Main"/>
+    </ajc-test>
+   
+    <ajc-test dir="bugs/binaryCompat" pr="50641"
+      title="binary compatibility of advice method names - expect error">
+        <compile files="Main.java,TraceV1.aj"/>
+        <run class="Main"/>
+        <compile files="TraceRE.aj"/>
+        <run class="Main"/>
+    </ajc-test>
+
 </suite>