From: aclement Date: Mon, 21 Nov 2005 15:58:55 +0000 (+0000) Subject: pr115250: new tests X-Git-Tag: V1_5_0RC1~152 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d58439272e0c8bd5d818c80161df9d0ba520e5b9;p=aspectj.git pr115250: new tests --- diff --git a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java index 3791429ed..3f8475806 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java +++ b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java @@ -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"); }