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 21:31:23 UTC

[tapestry-5] branch master updated: Readding test line deleted by mistake

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 09ab541  Readding test line deleted by mistake
09ab541 is described below

commit 09ab541b3ca186fb20dea5d93ed0701e6075252d
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Sat Dec 5 18:31:00 2020 -0300

    Readding test line deleted by mistake
---
 .../integration/TapestryBeanValidationIntegrationTests.java             | 2 ++
 1 file changed, 2 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 a8fc31c..bd0c889 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,8 @@ public class TapestryBeanValidationIntegrationTests extends SeleniumTestCase
     @Test
     public void beaneditform_validation() throws Exception
     {
+        openLinks("BeanEditForm Validation Demo");
+        
         clickAndWait(SUBMIT);
 
         assertTextPresent("User Name may not be null", "Password may not be null");