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 82ff7cdc2ea3f6d84334f92bcf24226a746df506
Author: James Daugherty <[email protected]>
AuthorDate: Mon Apr 21 11:19:31 2025 -0400

    Remove @Ignore where tests pass, and switch ignore to @PendingFeature
---
 .../test/groovy/org/grails/web/taglib/ValidationTagLibSpec.groovy | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git 
a/grails-gsp/plugin/src/test/groovy/org/grails/web/taglib/ValidationTagLibSpec.groovy
 
b/grails-gsp/plugin/src/test/groovy/org/grails/web/taglib/ValidationTagLibSpec.groovy
index b539c6986d..c6fe624be8 100644
--- 
a/grails-gsp/plugin/src/test/groovy/org/grails/web/taglib/ValidationTagLibSpec.groovy
+++ 
b/grails-gsp/plugin/src/test/groovy/org/grails/web/taglib/ValidationTagLibSpec.groovy
@@ -28,7 +28,6 @@ import 
org.springframework.beans.factory.support.RootBeanDefinition
 import org.springframework.context.MessageSourceResolvable
 import org.springframework.context.i18n.LocaleContextHolder
 import org.springframework.validation.FieldError
-import spock.lang.Ignore
 import spock.lang.PendingFeature
 import spock.lang.Specification
 
@@ -167,7 +166,7 @@ class ValidationTagLibSpec extends Specification implements 
TagLibUnitTest<Valid
         applyTemplate(htmlCodecDirective + '<g:render 
template="/sometemplate_nocodec" model="[book:book]" />' + template, [book:b]) 
== expected + expected
     }
 
-    @Ignore
+    @PendingFeature
     void testFieldValueTagForBadUrl() {
         given:
         def b = new ValidationTagLibBook()
@@ -449,7 +448,7 @@ class ValidationTagLibSpec extends Specification implements 
TagLibUnitTest<Valid
         result.endsWith("</ul>")
     }
 
-    @Ignore
+    @PendingFeature
     void testRenderErrorsAsXMLTag() {
         given:
         def b = new ValidationTagLibBook()
@@ -521,7 +520,6 @@ class ValidationTagLibSpec extends Specification implements 
TagLibUnitTest<Valid
         applyTemplate(htmlCodecDirective + template, [book:b]) == expected
     }
 
-    @Ignore
     void testMessageHtmlEscapingWithFunctionSyntaxCall() {
         given:
         def b = new ValidationTagLibBook()
@@ -538,7 +536,7 @@ class ValidationTagLibSpec extends Specification implements 
TagLibUnitTest<Valid
 
     }
 
-    @Ignore
+    @PendingFeature
     void testMessageHtmlEscapingDifferentEncodings() {
         given:
         def b = new ValidationTagLibBook()

Reply via email to