summaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-06-02 15:55:48 +0000
committeracolyer <acolyer>2005-06-02 15:55:48 +0000
commit50cfb429e53330867856159d5d664fca75e5b6e1 (patch)
tree0adb9d0f6139da2cf0af0b5bfce1e38504ee7af3 /tests/src
parent63ccfa9744cb4af47279f11dd4e7d597425e745f (diff)
downloadaspectj-50cfb429e53330867856159d5d664fca75e5b6e1.tar.gz
aspectj-50cfb429e53330867856159d5d664fca75e5b6e1.zip
4 additional tests passing...
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java24
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java
index 864f6e090..824d2ea40 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java
+++ b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java
@@ -64,18 +64,18 @@ public class GenericsTests extends XMLBasedAjcTestCase {
// Developers notebook
// ITD of generic members
-// public void testItdNonStaticMethod() {
-// runTest("Parsing generic ITDs - 1");
-// }
-// public void testItdStaticMethod() {
-// runTest("Parsing generic ITDs - 2");
-// }
-// public void testItdCtor() {
-// runTest("Parsing generic ITDs - 3");
-// }
-// public void testItdComplexMethod() {
-// runTest("Parsing generic ITDs - 4");
-// }
+ public void testItdNonStaticMethod() {
+ runTest("Parsing generic ITDs - 1");
+ }
+ public void testItdStaticMethod() {
+ runTest("Parsing generic ITDs - 2");
+ }
+ public void testItdCtor() {
+ runTest("Parsing generic ITDs - 3");
+ }
+ public void testItdComplexMethod() {
+ runTest("Parsing generic ITDs - 4");
+ }
// public void testItdOnGenericType() {
// runTest("ITDs on generic type");