]> source.dussan.org Git - aspectj.git/commitdiff
test and fix for 174385
authoraclement <aclement>
Tue, 10 Jun 2008 20:21:16 +0000 (20:21 +0000)
committeraclement <aclement>
Tue, 10 Jun 2008 20:21:16 +0000 (20:21 +0000)
tests/src/org/aspectj/systemtest/ajc161/Ajc161Tests.java

index ec13e0260eec63cd66626f0a8c17c5e9b4169231..65c14c8e99fbe8d51329bd4ffcc9f0258aa1d515 100644 (file)
@@ -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");}