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

thiagohp pushed a commit to branch feature/coffeescript-to-typescript
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to 
refs/heads/feature/coffeescript-to-typescript by this push:
     new fb457f869 More temporary logging
fb457f869 is described below

commit fb457f8692bbef72e2ee616de2084c86c56e5a1e
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Sat Jun 7 10:38:47 2025 -0300

    More temporary logging
---
 .../integration/TapestryBeanValidationIntegrationTests.java              | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java
 
b/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java
index 1b7826f92..109ca1b12 100644
--- 
a/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java
+++ 
b/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java
@@ -114,6 +114,7 @@ public class TapestryBeanValidationIntegrationTests extends 
SeleniumTestCase
         openLinks("BeanEditForm Validation Demo");// TODO: remove this
         
         System.out.println("TTTTTTTTTTTTTTTTTTTTTTTt");
+        System.err.println("RRRRRRRRRRRRRRR");
         
         LoggerFactory.getLogger(TapestryBeanValidationIntegrationTests.class)
             .warn("LOGLOGLOGLOGLOGLOGLOGLOGLOGLOGLOGLOG");

Reply via email to