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 a952e2739 Changing logging to stdout
a952e2739 is described below

commit a952e27392e138b8648ceb9b5c15c48f0c385ea0
Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br>
AuthorDate: Sat Jun 7 09:31:07 2025 -0300

    Changing logging to stdout
---
 .../integration/TapestryBeanValidationIntegrationTests.java          | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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 962dae35f..a3587cc50 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
@@ -113,9 +113,8 @@ public class TapestryBeanValidationIntegrationTests extends 
SeleniumTestCase
         openLinks("BeanEditForm Validation Demo");
         openLinks("BeanEditForm Validation Demo");// TODO: remove this
         
-        LoggerFactory.getLogger(TapestryBeanValidationIntegrationTests.class)
-            .warn("I'm here!!!");
-
+        System.out.println("TTTTTTTTTTTTTTTTTTTTTTTt");
+        
         // Ugly hack to fix the "Unable to locate element: 
//input[@type='submit']" error.
         // I have no idea why it's failing here but not in other tests and 
pages.
         // I have no idea why it's falling to begin with.

Reply via email to