]> source.dussan.org Git - aspectj.git/commitdiff
Test cosmetics
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 6 Jan 2023 00:16:31 +0000 (01:16 +0100)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 6 Jan 2023 00:42:01 +0000 (01:42 +0100)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tests/src/test/java/org/aspectj/systemtest/ajc1919/Bugs1919Tests.java
tests/src/test/resources/org/aspectj/systemtest/ajc1919/ajc1919.xml

index 112a4548c6d856f17055a575d23975a03ad8a445..7a13eaeea8ccbcc4b5e806121bed03137ff9b854 100644 (file)
@@ -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");
   }
 
index 918313b97918f44d3b7d8219f8e8827c211e6d12..8754acd33498027ae2f2cb07c37b31137d0f65e1 100644 (file)
                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"/>