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

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

commit 8910c45ff69dc9fdd9672904de44e0bdb3529b94
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Mar 22 09:49:13 2019 +1000

    minor refactor: add issue to test name
---
 src/test/org/codehaus/groovy/transform/GeneratedAnnotationTest.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/org/codehaus/groovy/transform/GeneratedAnnotationTest.groovy 
b/src/test/org/codehaus/groovy/transform/GeneratedAnnotationTest.groovy
index 2896091..df02934 100644
--- a/src/test/org/codehaus/groovy/transform/GeneratedAnnotationTest.groovy
+++ b/src/test/org/codehaus/groovy/transform/GeneratedAnnotationTest.groovy
@@ -59,7 +59,7 @@ class GeneratedAnnotationTest extends GroovyShellTestCase {
     }
 
     @Test
-    void testDefaultConstructorIsAnnotatedWithGenerated() {
+    void testDefaultConstructorIsAnnotatedWithGenerated_GROOVY9051() {
         def person = evaluate('''
             class Person {
             }

Reply via email to