diff options
author | aclement <aclement> | 2008-03-17 15:51:37 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-03-17 15:51:37 +0000 |
commit | 0650df611a0c3f295689636b8eb0eff0fb68fdae (patch) | |
tree | cd0ea60ba0dc64a0fc99d1264c4af2506d289208 | |
parent | c02ccd671935a94dacbcfb0450d8f4e580c3af29 (diff) | |
download | aspectj-0650df611a0c3f295689636b8eb0eff0fb68fdae.tar.gz aspectj-0650df611a0c3f295689636b8eb0eff0fb68fdae.zip |
167197: moved test code to 1.6
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc154/Ajc154Tests.java | 1 | ||||
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc154/ajc154.xml | 4 |
2 files changed, 0 insertions, 5 deletions
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 @@ <compile options="-1.5" files="AspectJBugTestCase.java"/> </ajc-test> - <ajc-test dir="bugs154/pr167197" title="generic type parameterized with array type"> - <compile options="-1.5" files="AspectBreaker.java"/> - </ajc-test> - <ajc-test dir="bugs154/pr186673" title="jars and zips with non-standard suffix"> <compile options="-1.5" files="Apple.java" outjar="apple.jar.0"/> <compile options="-1.5" files="Orange.java" outjar="orange.zipfoo"/> |