]> source.dussan.org Git - aspectj.git/commitdiff
Rename testGitHub_125 to testCompilerCanReopenClosedJARs_gh125
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 23 Mar 2022 08:52:26 +0000 (15:52 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 23 Mar 2022 08:52:26 +0000 (15:52 +0700)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tests/src/test/java/org/aspectj/systemtest/ajc199/Bugs199Tests.java

index d8939593b5816b3b6b24f145b0313763f66f955b..b83448935c9f60dace017ba2a07bd4d1e2cd7b89 100644 (file)
@@ -37,7 +37,7 @@ public class Bugs199Tests extends XMLBasedAjcTestCase {
     runTest("annotation style negated if");
   }
 
-  public void testGitHub_125() {
+  public void testCompilerCanReopenClosedJARs_gh125() {
     try (PropertyEnvironment env = ScopedSystemProperties.newPropertyEnvironment()) {
       env.setProperty("org.aspectj.weaver.openarchives", "20");
       runTest("compiler can re-open closed JARs");