From 9f677b43bac8458e52f4c1b6fe0816514c08b923 Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 30 Jan 2009 22:18:42 +0000 Subject: [PATCH] 262905: recursive non matching cflow pointcut: test and fix --- .../aspectj/systemtest/ajc164/Ajc164Tests.java | 12 ++++++++++-- .../src/org/aspectj/systemtest/ajc164/ajc164.xml | 15 +++++++++++++-- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java b/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java index 2af9fd2ac..0752ebeaa 100644 --- a/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java @@ -24,10 +24,18 @@ import org.aspectj.testing.XMLBasedAjcTestCase; public class Ajc164Tests extends org.aspectj.testing.XMLBasedAjcTestCase { + public void testRecursiveCflow() { + runTest("recursive cflow"); + } + + //public void testAopConfig1() { + // runTest("aop config - 1"); + //} + public void testAnnoDecprecedence_pr256779() { runTest("anno decprecedence"); - } - + } + // public void testBrokenLVT_pr194314_1() throws Exception { runTest("broken lvt - 1"); diff --git a/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml b/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml index f2ff1af9e..1ddce0bb4 100644 --- a/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml +++ b/tests/src/org/aspectj/systemtest/ajc164/ajc164.xml @@ -2,13 +2,24 @@ + + + + + + - - + + + + + + + -- 2.39.5