summaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authoraclement <aclement>2006-01-24 16:47:42 +0000
committeraclement <aclement>2006-01-24 16:47:42 +0000
commita4bd19d25597a31e1b76cc5fc188c3112bf0f5ff (patch)
tree2b474bb2631c9bbaf5d0d8cc2ffeab3e61575692 /tests/src
parentd916002f3d0ba392915ec323ff7ae189a5bdb474 (diff)
downloadaspectj-a4bd19d25597a31e1b76cc5fc188c3112bf0f5ff.tar.gz
aspectj-a4bd19d25597a31e1b76cc5fc188c3112bf0f5ff.zip
test and fix for 124999
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java1
-rw-r--r--tests/src/org/aspectj/systemtest/ajc151/ajc151.xml5
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java b/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java
index a163d396f..6e872e4e0 100644
--- a/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java
@@ -26,6 +26,7 @@ public class Ajc151Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
public void testDifferentNumbersofTVars_pr124803_2() { runTest("generics and different numbers of type variables - classes");}
public void testParameterizedCollectionFieldMatching_pr124808() { runTest("parameterized collection fields matched via pointcut");}
public void testGenericAspectsAndAnnotations_pr124654() { runTest("generic aspects and annotations");}
+ public void testCallInheritedGenericMethod_pr124999() { runTest("calling inherited generic method from around advice");}
/////////////////////////////////////////
public static Test suite() {
diff --git a/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml b/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml
index c04af9174..74dfa3e5b 100644
--- a/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml
+++ b/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml
@@ -54,6 +54,11 @@
</run>
</ajc-test>
+ <ajc-test dir="bugs151" title="calling inherited generic method from around advice">
+ <compile files="pr124999.aj" options="-1.5"/>
+ <run class="pr124999"/>
+ </ajc-test>
+
<ajc-test dir="bugs151/pr124654" title="generic aspects and annotations">
<compile files="GenericAnnotation.java,TestSubAspect.java" options="-1.5"/>
<run class="TestSubAspect">