From 47db35bb48a1ef0919dff62521ca38cd7cf3ccec Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Mon, 19 Feb 2024 22:01:05 +0700 Subject: New abstract class JavaVersionSpecificXMLBasedAjcTestCase Replaces now obsolete base classes - XMLBasedAjcTestCaseForJava[n]OrLater, - XMLBasedAjcTestCaseForJava[n]Only. The new class is parametrised with minimum and maximum Java version and hence can replace all the other classes. This does not only apply the DRY principle, but also makes adding tests for new Java versions less tedious. By chance, I also noticed missing sanity tests for Java 12, which I added as a little drive-by benefit. Signed-off-by: Alexander Kriegisch --- .../aspectj/systemtest/ajc193/sanity-tests-12.xml | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 tests/src/test/resources/org/aspectj/systemtest/ajc193/sanity-tests-12.xml (limited to 'tests/src/test/resources/org/aspectj/systemtest') diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc193/sanity-tests-12.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc193/sanity-tests-12.xml new file mode 100644 index 000000000..b91cce256 --- /dev/null +++ b/tests/src/test/resources/org/aspectj/systemtest/ajc193/sanity-tests-12.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3