From: aclement Date: Tue, 18 Oct 2005 14:14:24 +0000 (+0000) Subject: tests put back in :) X-Git-Tag: V1_5_0RC1~359 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6aad8a2e7816dd7a70ac16b9845a9989751de73f;p=aspectj.git tests put back in :) --- 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");}