]> source.dussan.org Git - aspectj.git/commit
ajc162.xml: Fix test failing after previous bugfix
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 23 Aug 2023 03:13:02 +0000 (10:13 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 23 Aug 2023 03:39:24 +0000 (10:39 +0700)
commit9a16240a2cf62eb594de05b6cbffe9a36d3d9e19
tree1cbd98ceee1cfc37a8a017334700473b772a155c
parent73e86eb9dc6825e8d8bade57a04e0e5289d78f8a
ajc162.xml: Fix test failing after previous bugfix

A change made to ajc162.xml in commit 43cb1e2f has been reverted
and improved after the recent negated type pattern fix. Relates to #257.

The pointcut 'call(!void *.*(..)) && this(src) && target(dst)' actually
does match method call 'payloadClass.getPayload()' within the
around-advice in GenericClassInAdvice itself.

Improvement: Activate '-showWeaveInfo' and verify weaving message.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tests/src/test/resources/org/aspectj/systemtest/ajc162/ajc162.xml