From 70b4d547c59917cc23ba75ffcb799807042f2915 Mon Sep 17 00:00:00 2001 From: acolyer Date: Fri, 22 Jul 2005 15:38:36 +0000 Subject: [PATCH] update to expected messages for type pattern matching with generics --- .../org/aspectj/systemtest/ajc150/GenericsTests.java | 12 ++++++------ tests/src/org/aspectj/systemtest/ajc150/ajc150.xml | 5 ++++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java index df50661c9..dd9de9382 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java +++ b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java @@ -266,9 +266,9 @@ public class GenericsTests extends XMLBasedAjcTestCase { runTest("annotation pcds with parameterized types"); } -// public void testAnnotationPatternsWithParameterizedTypes() { -// runTest("annotation patterns with parameterized types"); -// } + public void testAnnotationPatternsWithParameterizedTypes() { + runTest("annotation patterns with parameterized types"); + } public void testStaticInitializationWithParameterizedTypes() { runTest("staticinitialization and parameterized types"); @@ -278,9 +278,9 @@ public class GenericsTests extends XMLBasedAjcTestCase { runTest("staticinitialization and parameterized type matching"); } -// public void testStaticInitializationWithGenericTypes() { -// runTest("staticinitialization with generic types"); -// } + public void testStaticInitializationWithGenericTypes() { + runTest("staticinitialization with generic types"); + } // public void testStaticInitializationWithGenericTypesAdvanced() { // runTest("staticinitialization with generic types - advanced"); diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml index ad3fb70e8..35a90302a 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml @@ -2548,7 +2548,7 @@ - + @@ -2565,6 +2565,9 @@ + + + -- 2.39.5