diff options
author | aclement <aclement> | 2005-10-18 14:14:24 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-10-18 14:14:24 +0000 |
commit | 6aad8a2e7816dd7a70ac16b9845a9989751de73f (patch) | |
tree | bd87e56f106978882443cdd0e756a8ed6486fc53 /tests/src | |
parent | 747be1c91a87fce1fd6cf93f1d02a394e8c0b8da (diff) | |
download | aspectj-6aad8a2e7816dd7a70ac16b9845a9989751de73f.tar.gz aspectj-6aad8a2e7816dd7a70ac16b9845a9989751de73f.zip |
tests put back in :)
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java index 316731115..31efc000c 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java +++ b/tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java @@ -244,7 +244,7 @@ public class GenericsTests extends XMLBasedAjcTestCase { public void testParseItdCtor() {runTest("Parsing generic ITDs - 3");} public void testParseItdComplexMethod() {runTest("Parsing generic ITDs - 4");} public void testParseItdSharingVars1() {runTest("Parsing generic ITDs - 5");} -// public void testParseItdSharingVars2() {runTest("Parsing generic ITDs - 6");} + public void testParseItdSharingVars2() {runTest("Parsing generic ITDs - 6");} // non static @@ -352,7 +352,7 @@ public class GenericsTests extends XMLBasedAjcTestCase { public void testSophisticatedAspectsD() {runTest("uberaspects - D");} public void testSophisticatedAspectsE() {runTest("uberaspects - E");} // public void testSophisticatedAspectsF() {runTest("uberaspects - F");} field ITD collapses to Number from tvar.. -// public void testSophisticatedAspectsG() {runTest("uberaspects - G");} + public void testSophisticatedAspectsG() {runTest("uberaspects - G");} public void testSophisticatedAspectsH() {runTest("uberaspects - H");} public void testSophisticatedAspectsI() {runTest("uberaspects - I");} public void testSophisticatedAspectsJ() {runTest("uberaspects - J");} @@ -386,8 +386,8 @@ public class GenericsTests extends XMLBasedAjcTestCase { // general tests ... usually just more complex scenarios public void testReusingTypeVariableLetters() {runTest("reusing type variable letters");} public void testMultipleGenericITDsInOneFile() {runTest("multiple generic itds in one file");} -// public void testItdNonStaticMember() {runTest("itd of non static member");} -// public void testItdStaticMember() {runTest("itd of static member");} + public void testItdNonStaticMember() {runTest("itd of non static member");} + public void testItdStaticMember() {runTest("itd of static member");} public void testStaticGenericMethodITD() {runTest("static generic method itd");} |