You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by th...@apache.org on 2020/12/05 17:27:54 UTC

[tapestry-5] branch master updated: Adding temporary debug code to tests (x2)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3a9caec  Adding temporary debug code to tests (x2)
3a9caec is described below

commit 3a9caececb43f83c9613cf5e7b35323bd80e2aa8
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Sat Dec 5 14:27:33 2020 -0300

    Adding temporary debug code to tests (x2)
---
 .../integration/TapestryBeanValidationIntegrationTests.java         | 6 +++---
 1 file changed, 3 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 22a2d34..3851c0e 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
@@ -108,9 +108,9 @@ public class TapestryBeanValidationIntegrationTests extends SeleniumTestCase
     public void beaneditform_validation() throws Exception
     {
         openBaseURL();
-        System.out.println("===================================");
-        System.out.println(getHtmlSource());
-        System.out.println("===================================");
+        LOGGER.info("===================================");
+        LOGGER.info(getHtmlSource());
+        LOGGER.info("===================================");
         openLinks("BeanEditForm Validation Demo");
 
         clickAndWait(SUBMIT);