]> source.dussan.org Git - aspectj.git/commitdiff
pr115250: new tests
authoraclement <aclement>
Mon, 21 Nov 2005 15:58:55 +0000 (15:58 +0000)
committeraclement <aclement>
Mon, 21 Nov 2005 15:58:55 +0000 (15:58 +0000)
tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java

index 3791429edcd9146496a90640b2d12b338d0c7c90..3f8475806e495cd40b0fb568cc26197655f6fe84 100644 (file)
@@ -195,7 +195,15 @@ public class GenericsTests extends XMLBasedAjcTestCase {
        public void testPR91267_1() {
                runTest("NPE using generic methods in aspects 1");
        }
+       
+       public void testParameterizedTypeAndAroundAdvice_PR115250() {
+               runTest("parameterized type and around advice");
+       }
 
+       public void testParameterizedTypeAndAroundAdvice_PR115250_2() {
+               runTest("parameterized type and around advice - 2");
+       }
+       
        public void testPR91267_2() {
                runTest("NPE using generic methods in aspects 2");
        }