From 8f0c016b0935d1f27b800f815f2490c12b3fab9a Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 25 Feb 2009 22:51:35 +0000 Subject: [PATCH] 266220: generic aspect subtypes in aop.xml --- .../org/aspectj/systemtest/ajc164/Ajc164Tests.java | 12 +++++++++--- tests/src/org/aspectj/systemtest/ajc164/ajc164.xml | 13 +++++++++++++ 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java b/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java index 674700f6d..cfc86fce9 100644 --- a/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java @@ -32,6 +32,10 @@ import org.aspectj.testing.XMLBasedAjcTestCase; public class Ajc164Tests extends org.aspectj.testing.XMLBasedAjcTestCase { + public void testGenericsAopXml_pr266220() { + runTest("generics and aop.xml"); + } + public void testOptimizingIf_pr266165_1() { runTest("optimizing if for constant reference - 1"); } @@ -172,9 +176,11 @@ public class Ajc164Tests extends org.aspectj.testing.XMLBasedAjcTestCase { } /** - * This test checks that local variable table for the interMethodDispatcher is built correctly, for the related code see - * IntertypeMethodDeclaration.generateDispatchMethod(). It checks non-static and static ITDs. Once the information here is - * correct then around advice on ITDs can also be correct. + * This test checks that local variable table for the interMethodDispatcher + * is built correctly, for the related code see + * IntertypeMethodDeclaration.generateDispatchMethod(). It checks non-static + * and static ITDs. Once the information here is correct then around advice + * on ITDs can also be correct. */ public void testBrokenLVT_pr194314_3() throws Exception { runTest("broken lvt - 3"); diff --git a/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml b/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml index 29bb149d8..ecdf7ef9f 100644 --- a/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml +++ b/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml @@ -2,6 +2,19 @@ + + + + + + + + + + + + + -- 2.39.5