You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2014/04/02 00:23:38 UTC

git commit: Fix broken test related to client-side validation

Repository: tapestry-5
Updated Branches:
  refs/heads/master 6e3c9413c -> af5a8350d


Fix broken test related to client-side validation


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/af5a8350
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/af5a8350
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/af5a8350

Branch: refs/heads/master
Commit: af5a8350d97ff14a08d9a42012c6fa0950366615
Parents: 6e3c941
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Apr 1 15:23:30 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Apr 1 15:23:30 2014 -0700

----------------------------------------------------------------------
 .../integration/TapestryBeanValidationIntegrationTests.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/af5a8350/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java
----------------------------------------------------------------------
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 6960913..2b41abe 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
@@ -209,7 +209,7 @@ public class TapestryBeanValidationIntegrationTests extends SeleniumTestCase
         assertTextPresent("Birth Day may not be null");
 
 
-        type("loginName", "123");
+        type("loginName", "123456");
         click(SUBMIT);
 
         assertTextPresent("Login Name must match \"[a-zA-Z]+\"");