aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2023-01-06 01:16:31 +0100
committerAlexander Kriegisch <Alexander@Kriegisch.name>2023-01-06 01:42:01 +0100
commite0a1525ebd9f0f3b806c323223d4776c1275e899 (patch)
tree6a54474e480d519d7ff361394df7ac4c4aa064d6
parent290fcf85cf872ec1e2d305a64c1febc9058dbac1 (diff)
downloadaspectj-e0a1525ebd9f0f3b806c323223d4776c1275e899.tar.gz
aspectj-e0a1525ebd9f0f3b806c323223d4776c1275e899.zip
Test cosmetics
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r--tests/src/test/java/org/aspectj/systemtest/ajc1919/Bugs1919Tests.java4
-rw-r--r--tests/src/test/resources/org/aspectj/systemtest/ajc1919/ajc1919.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/test/java/org/aspectj/systemtest/ajc1919/Bugs1919Tests.java b/tests/src/test/java/org/aspectj/systemtest/ajc1919/Bugs1919Tests.java
index 112a4548c..7a13eaeea 100644
--- a/tests/src/test/java/org/aspectj/systemtest/ajc1919/Bugs1919Tests.java
+++ b/tests/src/test/java/org/aspectj/systemtest/ajc1919/Bugs1919Tests.java
@@ -19,11 +19,11 @@ public class Bugs1919Tests extends XMLBasedAjcTestCase {
runTest("declare annotation with SOURCE retention");
}
- public void testsSwitchWith_Integer_MAX_VALUE() {
+ public void testSwitchWith_Integer_MAX_VALUE() {
runTest("switch with Integer.MAX_VALUE case");
}
- public void testsParenthesisedExpressionWithAjKeyword() {
+ public void testParenthesisedExpressionWithAjKeyword() {
runTest("parenthesised expression with AspectJ keyword");
}
diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc1919/ajc1919.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc1919/ajc1919.xml
index 918313b97..8754acd33 100644
--- a/tests/src/test/resources/org/aspectj/systemtest/ajc1919/ajc1919.xml
+++ b/tests/src/test/resources/org/aspectj/systemtest/ajc1919/ajc1919.xml
@@ -190,7 +190,7 @@
containing AspectJ keywords, e.g. '(before)', see https://github.com/eclipse/org.aspectj/issues/20
-->
<ajc-test dir="bugs1919/github_20" vm="1.5" title="parenthesised expression with AspectJ keyword">
- <compile files="ParenthesisedAJKeywords.java" options="-1.8 -showWeaveInfo"/>
+ <compile files="ParenthesisedAJKeywords.java" options="-1.5 -showWeaveInfo"/>
<run class="ParenthesisedAJKeywords">
<stdout>
<line text="before"/>