From: aclement Date: Mon, 24 Apr 2006 08:44:42 +0000 (+0000) Subject: testcode for 137568,138143,138158 X-Git-Tag: V1_5_2rc1~190 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=af6f3cbbcea106bebf426c7035c46620efcecfb0;p=aspectj.git testcode for 137568,138143,138158 --- diff --git a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java index 0e812f5d4..06f173b43 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java @@ -17,6 +17,9 @@ import org.aspectj.testing.XMLBasedAjcTestCase; public class Ajc152Tests extends org.aspectj.testing.XMLBasedAjcTestCase { + public void testNotAtWithincode_pr138158() { runTest("not at withincode");} + //public void testComplexGenericDecl_pr137568() { runTest("complicated generics declaration");} + public void testNpeOnDup_pr138143() { runTest("npe on duplicate method with ataj");} public void testPointcutsAndGenerics_pr137496_1() { runTest("pointcuts and generics - B");} public void testPointcutsAndGenerics_pr137496_2() { runTest("pointcuts and generics - D");} public void testPointcutsAndGenerics_pr137496_3() { runTest("pointcuts and generics - E");}