]> source.dussan.org Git - aspectj.git/commitdiff
298665: fix!
authoraclement <aclement>
Thu, 29 Apr 2010 18:45:31 +0000 (18:45 +0000)
committeraclement <aclement>
Thu, 29 Apr 2010 18:45:31 +0000 (18:45 +0000)
tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java

index c648ad1cf80cce3b89cdbc940529512eddcf393a..e381e1b1d2029ccb9a0636363ef22e0a911a356c 100644 (file)
@@ -18,9 +18,9 @@ import org.aspectj.testing.XMLBasedAjcTestCase;
 
 public class Ajc169Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
 
-       // public void testAmbiguousMethod_298665() {
-       // runTest("ambiguous method");
-       // }
+       public void testAmbiguousMethod_298665() {
+               runTest("ambiguous method");
+       }
 
        // public void testStaticallyAnalyzableIf_292262_1() {
        // runTest("if with statically recognizable code");
@@ -33,15 +33,15 @@ public class Ajc169Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
        public void testRogueError_310043() {
                runTest("rogue error");
        }
-       
+
        public void testItdMarkerAnnotations_309743() {
                runTest("itd marker annotations - 1");
        }
-       
+
        public void testItdMarkerAnnotations_309743_2() {
                runTest("itd marker annotations - 2");
        }
-       
+
        public void testPipeliningAndGenerics_309336() {
                runTest("pipelining and generics");
        }