From: aclement Date: Tue, 19 Aug 2008 18:06:43 +0000 (+0000) Subject: 242797: npe in TypeVariable after deserialization since interfacebounds not correctly... X-Git-Tag: V162DEV_M1~129 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fbee54f2121650ea5bc32ab2c19d76cd41c077f4;p=aspectj.git 242797: npe in TypeVariable after deserialization since interfacebounds not correctly initialized --- diff --git a/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java b/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java index 17139b718..cbe390964 100644 --- a/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java @@ -21,6 +21,7 @@ public class Ajc162Tests extends org.aspectj.testing.XMLBasedAjcTestCase { // AspectJ1.6.2 public void testGenericDecp_pr241047() { runTest("generic decp"); } public void testGenericItds_pr242797_1() { runTest("generic itds - 1"); } + public void testGenericItds_pr242797_2() { runTest("generic itds - 2"); } // public void testParamAnnosPipelining_pr241847() { runTest("param annos pipelining");} // public void testParamAnnoInner_pr241861() { runTest("param annotation inner class"); } public void testAnnotationDecp_pr239441() { runTest("annotation decp"); } diff --git a/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml b/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml index 6536b01e8..594fe018b 100644 --- a/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml +++ b/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml @@ -28,6 +28,11 @@ + + + + +