From: acolyer Date: Wed, 20 Jul 2005 16:18:53 +0000 (+0000) Subject: one more passing test... X-Git-Tag: V1_5_0M3~291 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6a6669722b414814e142f419a29d3b2aa3ec09ba;p=aspectj.git one more passing test... --- diff --git a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java index 6f8877814..6f794910b 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java +++ b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java @@ -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"); // }