From: acolyer Date: Tue, 25 Apr 2006 12:07:51 +0000 (+0000) Subject: enable test case for 138215 now it is passing... X-Git-Tag: V1_5_2rc1~179 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0892513ca2613709de6460b35bd1b3b3b2bd6d5c;p=aspectj.git enable test case for 138215 now it is passing... --- diff --git a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java index 4f33cca93..4026dc802 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java @@ -34,7 +34,7 @@ public class Ajc152Tests extends org.aspectj.testing.XMLBasedAjcTestCase { public void testIncorrectOverridesEvaluation15() { runTest("incorrect overrides evaluation - 1.5"); } // known failures, uncomment when working. -// public void testReferencePCutInDeclareWarning_pr138215() { runTest("Reference pointcut fails inside @DeclareWarning");} + public void testReferencePCutInDeclareWarning_pr138215() { runTest("Reference pointcut fails inside @DeclareWarning");} // public void testReferencePCutInPerClause_pr138219() { runTest("Can't use a FQ Reference pointcut in any pointcut expression referenced by a per-clause");} // public void testDoubleAnnotationMatching_pr138223() { runTest("Double at annotation matching (no binding)");}