From 3fa1bddb79a5e20a38cb39555e932df46f3d4dfa Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 21 Feb 2006 16:13:44 +0000 Subject: test and fix for 122742 (more @AJ thisJoinPoint problems...) --- tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java | 8 ++++++++ tests/src/org/aspectj/systemtest/ajc151/ajc151.xml | 16 ++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) (limited to 'tests/src/org') diff --git a/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java b/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java index 2672caa3e..922d278cd 100644 --- a/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java @@ -87,6 +87,14 @@ public class Ajc151Tests extends org.aspectj.testing.XMLBasedAjcTestCase { runTest("swallowed exceptions"); } + public void testAtAspectVerifyErrorWithAfterThrowingAndthisJoinPoint_pr122742() { + runTest("@AJ VerifyError with @AfterThrowing and thisJoinPoint argument"); + } + + public void testAtAspectVerifyErrorWithAfterReturningAndthisJoinPoint_pr122742() { + runTest("@AJ VerifyError with @AfterReturning and thisJoinPoint argument"); + } + public void testSwallowedExceptionIgnored() { runTest("swallowed exceptions with xlint"); } diff --git a/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml b/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml index d340d0778..9c6a85b45 100644 --- a/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml +++ b/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml @@ -14,8 +14,20 @@ - - + + + + + + + + + + + + + + -- cgit v1.2.3