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

jdaugherty pushed a commit to branch grails-geb
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit dcbed5a390817a43d34047b0268d0b1788fb8232
Author: James Daugherty <[email protected]>
AuthorDate: Mon Apr 21 11:22:01 2025 -0400

    fix test
---
 .../grails/plugins/web/rest/render/hal/HalJsonRendererSpec.groovy   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/grails-rest-transforms/src/test/groovy/org/grails/plugins/web/rest/render/hal/HalJsonRendererSpec.groovy
 
b/grails-rest-transforms/src/test/groovy/org/grails/plugins/web/rest/render/hal/HalJsonRendererSpec.groovy
index cc891b1e9f..27d1377501 100644
--- 
a/grails-rest-transforms/src/test/groovy/org/grails/plugins/web/rest/render/hal/HalJsonRendererSpec.groovy
+++ 
b/grails-rest-transforms/src/test/groovy/org/grails/plugins/web/rest/render/hal/HalJsonRendererSpec.groovy
@@ -681,8 +681,8 @@ class HalJsonRendererSpec extends Specification {
         }''')
     }
 
-    @Issue('GRAILS-10372')
-    @Ignore
+    @Issue('https://github.com/apache/grails-core/issues/5671')
+
     void "Test that the HAL renderer allows for different date converters"() {
         given:"A HAL renderer"
         HalJsonRenderer renderer = getEventRenderer()
@@ -719,7 +719,7 @@ class HalJsonRendererSpec extends Specification {
               "type": "application/hal+json"
             }
           },
-          "date": "2013-11-08T13:12:30-08:00",
+          "date": "2013-11-08T18:12:30+0000",
           "name": "Lollapalooza",
           "state": "OPEN"
         }''')

Reply via email to