From: aclement Date: Mon, 5 May 2008 18:55:49 +0000 (+0000) Subject: 230134: tests and fixes - move cflow caches from static state to crosscuttingmembers... X-Git-Tag: Root_refactoring~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4988216b02b9b9f360f970772adb613ee33b8e0d;p=aspectj.git 230134: tests and fixes - move cflow caches from static state to crosscuttingmembers for the aspect, fixing their lifecycle. --- diff --git a/tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java b/tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java index 8d1badc21..7f0f6fd49 100644 --- a/tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java @@ -19,6 +19,7 @@ import org.aspectj.testing.XMLBasedAjcTestCase; public class Ajc161Tests extends org.aspectj.testing.XMLBasedAjcTestCase { // AspectJ1.6.1 + public void testLtwInheritedCflow_pr230134() { runTest("ltw inherited cflow"); } public void testAroundAdviceOnFieldSet_pr229910() { runTest("around advice on field set"); } public void testPipelineCompilationGenericReturnType_pr226567() { runTest("pipeline compilation and generic return type"); } diff --git a/tests/src/org/aspectj/systemtest/ajc161/ajc161.xml b/tests/src/org/aspectj/systemtest/ajc161/ajc161.xml index 210df6462..f864b64b2 100644 --- a/tests/src/org/aspectj/systemtest/ajc161/ajc161.xml +++ b/tests/src/org/aspectj/systemtest/ajc161/ajc161.xml @@ -3,15 +3,24 @@ + + + + + + + + + + - + - - + \ No newline at end of file