From: aclement Date: Mon, 17 Mar 2008 15:51:37 +0000 (+0000) Subject: 167197: moved test code to 1.6 X-Git-Tag: V1_6_0rc1~46 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0650df611a0c3f295689636b8eb0eff0fb68fdae;p=aspectj.git 167197: moved test code to 1.6 --- diff --git a/tests/src/org/aspectj/systemtest/ajc154/Ajc154Tests.java b/tests/src/org/aspectj/systemtest/ajc154/Ajc154Tests.java index c2abd1bab..266114d59 100644 --- a/tests/src/org/aspectj/systemtest/ajc154/Ajc154Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc154/Ajc154Tests.java @@ -93,7 +93,6 @@ public class Ajc154Tests extends org.aspectj.testing.XMLBasedAjcTestCase { public void testNoErrorForAtDecpInNormalClass_pr169428() { runTest( "no error for atDecp in normal class");} public void testJarsZipsNonStandardSuffix_pr186673() { runTest("jars and zips with non-standard suffix");} - //public void testGenericTypeParameterizedWithArrayType_pr167197() { runTest("generic type parameterized with array type");} public void testItdOnGenericInnerInterface_pr203646() { runTest("npe with itd on inner generic interface");} diff --git a/tests/src/org/aspectj/systemtest/ajc154/ajc154.xml b/tests/src/org/aspectj/systemtest/ajc154/ajc154.xml index 6c4e8c9b7..5a264299b 100644 --- a/tests/src/org/aspectj/systemtest/ajc154/ajc154.xml +++ b/tests/src/org/aspectj/systemtest/ajc154/ajc154.xml @@ -281,10 +281,6 @@ - - - -