You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2020/03/21 12:47:09 UTC

[groovy] 03/07: fix method names

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

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

commit 6e86a759ba7746f7003c4cf72855e61d425a480c
Author: Eric Milles <er...@thomsonreuters.com>
AuthorDate: Fri Mar 20 11:11:36 2020 -0500

    fix method names
    
    (cherry picked from commit 7d02aad969328713b490fde9e2f755928ac02a32)
---
 .../org/apache/groovy/parser/antlr4/SyntaxErrorTest.groovy     | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/subprojects/parser-antlr4/src/test/groovy/org/apache/groovy/parser/antlr4/SyntaxErrorTest.groovy b/subprojects/parser-antlr4/src/test/groovy/org/apache/groovy/parser/antlr4/SyntaxErrorTest.groovy
index 6d15e98..54de385 100644
--- a/subprojects/parser-antlr4/src/test/groovy/org/apache/groovy/parser/antlr4/SyntaxErrorTest.groovy
+++ b/subprojects/parser-antlr4/src/test/groovy/org/apache/groovy/parser/antlr4/SyntaxErrorTest.groovy
@@ -371,27 +371,27 @@ final class SyntaxErrorTest extends GroovyTestCase {
     }
 
     @NotYetImplemented
-    void 'test CompilerErrorTest_001.groovy'() {
+    void 'test CompilerErrorTest_001'() {
         unzipScriptAndShouldFail('scripts/CompilerErrorTest_001.groovy', [])
     }
 
     @NotYetImplemented
-    void 'test CompilerErrorTest_002.groovy'() {
+    void 'test CompilerErrorTest_002'() {
         unzipScriptAndShouldFail('scripts/CompilerErrorTest_002.groovy', [])
     }
 
     @NotYetImplemented
-    void 'test DifferencesFromJavaTest_002.groovy'() {
+    void 'test DifferencesFromJavaTest_002'() {
         unzipScriptAndShouldFail('scripts/DifferencesFromJavaTest_002.groovy', [])
     }
 
     @NotYetImplemented
-    void 'test Groovy5212Bug_001.groovy'() {
+    void 'test Groovy5212Bug_001'() {
         unzipScriptAndShouldFail('scripts/Groovy5212Bug_001.groovy', [])
     }
 
     @NotYetImplemented
-    void 'test GStringEndTest_001.groovy'() {
+    void 'test GStringEndTest_001'() {
         unzipScriptAndShouldFail('scripts/GStringEndTest_001.groovy', [])
     }