From 4dea3ad2411d5ea80b6f49ed342e96e52a39a91a Mon Sep 17 00:00:00 2001 From: aclement Date: Mon, 22 May 2006 10:27:30 +0000 Subject: test and fix for pr132349: itds on inner type of generic type --- .../org/aspectj/systemtest/ajc152/Ajc152Tests.java | 4 ++++ tests/src/org/aspectj/systemtest/ajc152/ajc152.xml | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) (limited to 'tests') diff --git a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java index 9140b5418..16819a7fb 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java @@ -17,6 +17,10 @@ import org.aspectj.testing.XMLBasedAjcTestCase; public class Ajc152Tests extends org.aspectj.testing.XMLBasedAjcTestCase { + public void testItdOnInnerTypeOfGenericType_pr132349() { runTest("ITD on inner type of generic type");} + public void testItdOnInnerTypeOfGenericType_pr132349_2() { runTest("ITD on inner type of generic type - 2");} + public void testItdOnInnerTypeOfGenericType_pr132349_3() { runTest("ITD on inner type of generic type - 3");} +// public void testCovarianceAndDecp_pr128443_1() { runTest("covariance and decp - 1"); } public void testLTWGeneratedAspectAbstractMethod_pr125480() { runTest("aop.xml aspect inheriting abstract method ");} public void testLTWGeneratedAspectAbstractMethod_pr125480_2() { runTest("aop.xml aspect inheriting abstract method - code style");} //public void testSuperITDExplosion_pr134425() { runTest("super ITDs");} diff --git a/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml b/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml index fea570ff0..aaa4a7c07 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml +++ b/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml @@ -14,6 +14,24 @@ + + + + + + + + + + + + + + + + + + @@ -404,6 +422,10 @@ + + + + -- cgit v1.2.3