From: acolyer Date: Thu, 19 Aug 2004 12:41:23 +0000 (+0000) Subject: fix for Bugzilla Bug 37020 X-Git-Tag: V1_2_1~113 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=06ef21154f9055c7a80091ae80542c0b7289b4f6;p=aspectj.git fix for Bugzilla Bug 37020 wrong line for method execution join point --- diff --git a/tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java b/tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java index d72492811..93353cb8e 100644 --- a/tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java @@ -244,5 +244,9 @@ public class Ajc121Tests extends org.aspectj.testing.XMLBasedAjcTestCase { runTest("Inconsistency in scoping of protected members in ITDs"); } + public void test045_wrongLineForExecutionJoinPoint() { + runTest("wrong line for method execution join point"); + } + } diff --git a/tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml b/tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml index 3116d9a50..94c9db44f 100644 --- a/tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml +++ b/tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml @@ -354,4 +354,27 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file