]> source.dussan.org Git - aspectj.git/commitdiff
one more passing test...
authoracolyer <acolyer>
Wed, 20 Jul 2005 16:18:53 +0000 (16:18 +0000)
committeracolyer <acolyer>
Wed, 20 Jul 2005 16:18:53 +0000 (16:18 +0000)
tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java

index 6f88778141b70b96d8695934bab811106abcbb7d..6f794910bca20f44198c732852363f45177f0988 100644 (file)
@@ -262,7 +262,6 @@ public class GenericsTests extends XMLBasedAjcTestCase {
                runTest("annotation pcds with parameterized types");
        }
 
-       // comment out due to temporary failing
 //     public void testAnnotationPatternsWithParameterizedTypes() {
 //             runTest("annotation patterns with parameterized types");
 //     }
@@ -271,12 +270,10 @@ public class GenericsTests extends XMLBasedAjcTestCase {
                runTest("staticinitialization and parameterized types");
        }
 
-       // temporary
-//     public void testStaticInitializationMatchingWithParameterizedTypes() {
-//             runTest("staticinitialization and parameterized type matching");
-//     }
+       public void testStaticInitializationMatchingWithParameterizedTypes() {
+               runTest("staticinitialization and parameterized type matching");
+       }
 
-       // temporary
 //     public void testStaticInitializationWithGenericTypes() {
 //             runTest("staticinitialization with generic types");
 //     }