jdaugherty commented on code in PR #15612:
URL: https://github.com/apache/grails-core/pull/15612#discussion_r3171824499


##########
grails-gsp/plugin/src/test/groovy/org/grails/web/taglib/FormTagLib2Tests.groovy:
##########
@@ -171,32 +171,39 @@ class FormTagLib2Tests extends AbstractGrailsTagTests {
     }
 
     private void testDatePickerTag(Object date, String precision) {
-        Document document = getDatePickerOutput(date, precision, null)
+        // Capture a single "now" instant up-front so that the picker output

Review Comment:
   Shorten this comment, its just captured upfront to prevent test pillution 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to