From: aclement Date: Tue, 10 May 2005 16:03:08 +0000 (+0000) Subject: Fix and test for PR90827: StackOverflow while weaving enum/annotation with Enum... X-Git-Tag: PRE_ANDY~361 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=99c37756e5de87d8f38d5de4809fec040f37ef83;p=aspectj.git Fix and test for PR90827: StackOverflow while weaving enum/annotation with Enum/Annotation name (Patch from Andrew Huff) --- diff --git a/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java b/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java index 1354e1d68..1f9d16ca0 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java @@ -157,9 +157,9 @@ public class Ajc150Tests extends org.aspectj.testing.XMLBasedAjcTestCase { runTest("pertypewithin({interface}) illegal field modifier"); } -// public void testEnumCalledEnumEtc() { -// runTest("enum called Enum, annotation called Annotation, etc"); -// } + public void testEnumCalledEnumEtc() { + runTest("enum called Enum, annotation called Annotation, etc"); + } // helper methods..... diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml index 283217815..068ac051c 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml @@ -2188,4 +2188,7 @@ + + + \ No newline at end of file