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:20:41 UTC

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

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 f0c9a20  Adding temporary debug code to tests
f0c9a20 is described below

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

    Adding temporary debug code to tests
---
 .../integration/TapestryBeanValidationIntegrationTests.java           | 4 ++++
 1 file changed, 4 insertions(+)

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 fa28e01..22a2d34 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
@@ -107,6 +107,10 @@ public class TapestryBeanValidationIntegrationTests extends SeleniumTestCase
     @Test
     public void beaneditform_validation() throws Exception
     {
+        openBaseURL();
+        System.out.println("===================================");
+        System.out.println(getHtmlSource());
+        System.out.println("===================================");
         openLinks("BeanEditForm Validation Demo");
 
         clickAndWait(SUBMIT);