]> source.dussan.org Git - aspectj.git/commit
Use aspect file/line matching for weave messages in some tests
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 13 Apr 2024 10:36:58 +0000 (12:36 +0200)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 13 Apr 2024 11:03:06 +0000 (13:03 +0200)
commitc6e5f902da9604c5b7ad79dd1180e081e0c0a252
tree4811f7b6616f34ccd40bf9c290054d194cc46d89
parenta3f62b57ca9d7f1ef728b6c3647a613875057aee
Use aspect file/line matching for weave messages in some tests

Instead of creating dedicated ITs for #218, just use the new matching
capabilities like this for good measure:

<message kind="weave" aspectFile="MyAspect.java" aspectLine="8" .../>

Tests affected:
  - Ajc165Tests::testFunkyPointcut_pr272233_2
  - Bugs1920Tests::test_GitHub_214

Relates to #218.

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