You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/04/09 04:56:14 UTC

[groovy] branch master updated: rename test to better reflect what it is doing

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new ae8d871  rename test to better reflect what it is doing
ae8d871 is described below

commit ae8d871d48ab58f2768f79be201f1276e031bb5b
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Apr 9 14:56:06 2020 +1000

    rename test to better reflect what it is doing
---
 .../antlr/{AntlrParserPluginTest.groovy => AstBuilderTest.groovy}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/org/codehaus/groovy/antlr/AntlrParserPluginTest.groovy b/src/test/org/codehaus/groovy/antlr/AstBuilderTest.groovy
similarity index 96%
rename from src/test/org/codehaus/groovy/antlr/AntlrParserPluginTest.groovy
rename to src/test/org/codehaus/groovy/antlr/AstBuilderTest.groovy
index 13fe3b5..96e2e2f 100644
--- a/src/test/org/codehaus/groovy/antlr/AntlrParserPluginTest.groovy
+++ b/src/test/org/codehaus/groovy/antlr/AstBuilderTest.groovy
@@ -28,9 +28,9 @@ import org.codehaus.groovy.ast.stmt.Statement
 import static org.codehaus.groovy.control.CompilePhase.CONVERSION
 
 /**
- * Test for AntlrParserPlugin.
+ * Test for AstBuilderTest.
  */
-class AntlrParserPluginTest extends GroovyTestCase {
+class AstBuilderTest extends GroovyTestCase {
 
     void testInnerClassLineNumbers() {