From 6a6669722b414814e142f419a29d3b2aa3ec09ba Mon Sep 17 00:00:00 2001 From: acolyer Date: Wed, 20 Jul 2005 16:18:53 +0000 Subject: [PATCH] one more passing test... --- .../src/org/aspectj/systemtest/ajc150/GenericsTests.java | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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"); // } -- 2.39.5