]> source.dussan.org Git - aspectj.git/commitdiff
Fix and test for PR90827: StackOverflow while weaving enum/annotation with Enum...
authoraclement <aclement>
Tue, 10 May 2005 16:03:08 +0000 (16:03 +0000)
committeraclement <aclement>
Tue, 10 May 2005 16:03:08 +0000 (16:03 +0000)
tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml

index 1354e1d68947e03dd6030622603d323b552c88ed..1f9d16ca034d380d389f7df880c32139d4b4465f 100644 (file)
@@ -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.....
   
index 2832178157873199051d3cbd0928b40fac6b08f9..068ac051cf218f1d82ab3518ca30452f34f4185f 100644 (file)
       <compile files="PR88606.aj" options="-1.5"/>
    </ajc-test>
  
+   <ajc-test dir="bugs150" title="enum called Enum, annotation called Annotation, etc">
+     <compile files="PR90827.aj" options="-1.5"/>
+   </ajc-test>
 </suite>
\ No newline at end of file