]> source.dussan.org Git - aspectj.git/commitdiff
237419: testcode and fix: use erased signature of member and dont tag all types with...
authoraclement <aclement>
Tue, 17 Jun 2008 18:13:20 +0000 (18:13 +0000)
committeraclement <aclement>
Tue, 17 Jun 2008 18:13:20 +0000 (18:13 +0000)
tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java
tests/src/org/aspectj/systemtest/ajc161/ajc161.xml

index 06730198713399f6f83b4d8c6e63e9e8efa225e0..3fb9d88bced7d80dc73ccef3a2d387a278836116 100644 (file)
@@ -23,6 +23,7 @@ import org.aspectj.testing.XMLBasedAjcTestCase;
 public class Ajc161Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
        
        // AspectJ1.6.1 
+       public void testGenericAtAround_pr237419() { runTest("generics ataround");}
        public void testGenericMarkerMatch_pr203367() { runTest("generic marker match");}
 //     public void testSuperItds_pr134425() { runTest("super itds"); }
        public void testSuperItds_pr198196_1() { runTest("super itds - 2"); }
index 774bf391a65607a44ae8a1fa6befab53f497607d..f3c3d7f6ffc5c50fad04a0949e2a64dfedc19e83 100644 (file)
@@ -3,6 +3,11 @@
 <!-- AspectJ v1.6.1 Tests -->
 <suite>
 
+       <ajc-test dir="bugs161/pr237419" title="generics ataround">
+       <compile files="problem/aspect/AnyAspect.java problem/SpecificService.java problem/Specific.java problem/GenericService.java problem/Generic.java" options="-1.5"/>
+       <run class="problem.SpecificService"/>
+    </ajc-test>
+    
        <ajc-test dir="bugs161/pr203367" title="generic marker match">
        <compile files="CantMatchOnInterfaceIntroducedToGenericClass.java" options="-1.5"/>
        <run class="bug.CantMatchOnInterfaceIntroducedToGenericClass"/>