From: aclement Date: Tue, 10 Jun 2008 20:21:16 +0000 (+0000) Subject: test and fix for 174385 X-Git-Tag: V1_6_1rc1~78 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d97cf3597e95aef667539c6a24c3e1345c20dfe7;p=aspectj.git test and fix for 174385 --- diff --git a/tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java b/tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java index ec13e0260..65c14c8e9 100644 --- a/tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java @@ -23,7 +23,7 @@ import org.aspectj.testing.XMLBasedAjcTestCase; public class Ajc161Tests extends org.aspectj.testing.XMLBasedAjcTestCase { // AspectJ1.6.1 -// public void testFinalStringsAnnotationPointcut_pr174385() { runTest("static strings in annotation pointcuts");} + public void testFinalStringsAnnotationPointcut_pr174385() { runTest("static strings in annotation pointcuts");} public void testComplexBoundsGenericAspect_pr199130_1() { runTest("complex bounds on generic aspect - 1");} public void testComplexBoundsGenericAspect_pr199130_2() { runTest("complex bounds on generic aspect - 2");} public void testComplexBoundsGenericAspect_pr199130_3() { runTest("complex bounds on generic aspect - 3");}