]> source.dussan.org Git - aspectj.git/commitdiff
enable test case for 138215 now it is passing...
authoracolyer <acolyer>
Tue, 25 Apr 2006 12:07:51 +0000 (12:07 +0000)
committeracolyer <acolyer>
Tue, 25 Apr 2006 12:07:51 +0000 (12:07 +0000)
tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java

index 4f33cca93b7ef4d06d788400dd3775ca3dab42f4..4026dc802240488810f92b69decbf98b2cf5e2c0 100644 (file)
@@ -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)");}