diff options
author | acolyer <acolyer> | 2005-07-20 16:18:53 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-07-20 16:18:53 +0000 |
commit | 6a6669722b414814e142f419a29d3b2aa3ec09ba (patch) | |
tree | e1eea5763c67dd03f509ad051cf8da710fde6e80 | |
parent | 706bbcddb77409674424a7d35f60be79589dd536 (diff) | |
download | aspectj-6a6669722b414814e142f419a29d3b2aa3ec09ba.tar.gz aspectj-6a6669722b414814e142f419a29d3b2aa3ec09ba.zip |
one more passing test...
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java | 9 |
1 files 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"); // } |