]> source.dussan.org Git - aspectj.git/commit
Add Ajc164Tests::testMultipleXMLFiles
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 21 Feb 2024 03:35:44 +0000 (10:35 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 22 Feb 2024 03:28:03 +0000 (10:28 +0700)
commitfac5d8cb222719cddfc169d5285d918557b786c5
treef07ceea887d067f3f9e5bb8144efca99664bae7c
parent610f531d136fab3f2003debc4f5d3260d4a4b3ad
Add Ajc164Tests::testMultipleXMLFiles

While researching how and what to document for AJJ option
'-xmlConfigured', I needed to find out what happens in case of multiple
XML config files. Result: They are merged. the new test case for the old
1.6.4 release verifies and documents that. It can also serve as an
example for reference in case of user questions.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tests/features164/aopconfig/one/A3.java [new file with mode: 0644]
tests/features164/aopconfig/one/multi1.xml [new file with mode: 0644]
tests/features164/aopconfig/one/multi2.xml [new file with mode: 0644]
tests/features164/aopconfig/one/multi3.xml [new file with mode: 0644]
tests/src/test/java/org/aspectj/systemtest/ajc164/Ajc164Tests.java
tests/src/test/resources/org/aspectj/systemtest/ajc164/ajc164.xml