From: aclement Date: Fri, 5 Dec 2008 18:41:40 +0000 (+0000) Subject: 256458: test and fix: better message for if() pointcut anno style problems X-Git-Tag: V1_6_3rc1~54 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7341d0ef49091ce7ea2b671672cdec5f6583743a;p=aspectj.git 256458: test and fix: better message for if() pointcut anno style problems --- diff --git a/tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java b/tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java index cc5e25a6c..a461b9263 100644 --- a/tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java @@ -28,10 +28,26 @@ import org.aspectj.testing.XMLBasedAjcTestCase; public class Ajc163Tests extends org.aspectj.testing.XMLBasedAjcTestCase { -// public void testAtAspectJDecp_pr164016() { -// runTest("ataspectj decp"); -// } + // public void testAtAspectJDecp_pr164016() { + // runTest("ataspectj decp"); + // } + + public void testPoorAtAjIfMessage_pr256458() { + runTest("poor ataj if message - 1"); + } + public void testPoorAtAjIfMessage_pr256458_2() { + runTest("poor ataj if message - 2"); + } +/* + public void testInheritedAnnotations_pr128664() { + runTest("inherited annotations"); + } + + public void testInheritedAnnotations_pr128664_2() { + runTest("inherited annotations - 2"); + } +*/ public void testGetMethodNull_pr154427() { runTest("getMethod returning null"); } diff --git a/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml b/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml index 065123ea5..11c89c64f 100644 --- a/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml +++ b/tests/src/org/aspectj/systemtest/ajc163/ajc163.xml @@ -19,6 +19,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +