From 493af53138c71affba0c75c53ecefd192df68fed Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 26 Feb 2008 16:31:38 +0000 Subject: testcode for 211146 and hasMethod semantics - commented out right now --- tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java | 7 +++++-- tests/src/org/aspectj/systemtest/ajc160/ajc160.xml | 14 ++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) (limited to 'tests/src') diff --git a/tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java b/tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java index 34c236973..a5df41ab5 100644 --- a/tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java @@ -20,6 +20,7 @@ import junit.framework.Test; */ public class Ajc160Tests extends org.aspectj.testing.XMLBasedAjcTestCase { +// public void testHasMethodSemantics() { runTest("hasmethod semantics"); } public void testBoundsCheckShouldFail_pr219298() { runTest("bounds check failure");} public void testBoundsCheckShouldFail_pr219298_2() { runTest("bounds check failure - 2");} public void testGenericMethodMatching_pr204505_1() { runTest("generics method matching - 1");} @@ -33,8 +34,10 @@ public class Ajc160Tests extends org.aspectj.testing.XMLBasedAjcTestCase { public void testDecpRepetition_pr214559_3() { runTest("decp repetition problem - 3");} // across multiple files public void testISEAnnotations_pr209831() { runTest("illegal state exception with annotations");} public void testISEAnnotations_pr209831_2() { runTest("illegal state exception with annotations - 2");} - - ///////////////////////////////////////// +// public void testITDLostGenerics_pr211146() { runTest("itd lost generic signature");} +// public void testITDLostGenerics_pr211146_2() { runTest("itd lost generic signature - field");} + + ///////////////////////////////////////// public static Test suite() { return XMLBasedAjcTestCase.loadSuite(Ajc160Tests.class); } diff --git a/tests/src/org/aspectj/systemtest/ajc160/ajc160.xml b/tests/src/org/aspectj/systemtest/ajc160/ajc160.xml index 8747270e3..09da1df88 100644 --- a/tests/src/org/aspectj/systemtest/ajc160/ajc160.xml +++ b/tests/src/org/aspectj/systemtest/ajc160/ajc160.xml @@ -3,6 +3,15 @@ + + + + + + + + + @@ -73,4 +82,9 @@ + + + + + \ No newline at end of file -- cgit v1.2.3