You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/10/18 10:28:00 UTC

wicket git commit: WICKET-5999 AjaxFormValidatingBehavior not updates initially hidden feedback component

Repository: wicket
Updated Branches:
  refs/heads/master 4e7a60577 -> c2ba28d27


WICKET-5999 AjaxFormValidatingBehavior not updates initially hidden feedback component

Add links to the ticket for the tests


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

Branch: refs/heads/master
Commit: c2ba28d27cf62e93fd9f99cd7eae81a3564b540a
Parents: 4e7a605
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sun Oct 18 10:27:34 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sun Oct 18 10:27:34 2015 +0200

----------------------------------------------------------------------
 .../apache/wicket/ajax/form/AjaxFormValidatingBehaviorTest.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/c2ba28d2/wicket-core/src/test/java/org/apache/wicket/ajax/form/AjaxFormValidatingBehaviorTest.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/test/java/org/apache/wicket/ajax/form/AjaxFormValidatingBehaviorTest.java b/wicket-core/src/test/java/org/apache/wicket/ajax/form/AjaxFormValidatingBehaviorTest.java
index a00a8f5..1e8b515 100644
--- a/wicket-core/src/test/java/org/apache/wicket/ajax/form/AjaxFormValidatingBehaviorTest.java
+++ b/wicket-core/src/test/java/org/apache/wicket/ajax/form/AjaxFormValidatingBehaviorTest.java
@@ -26,7 +26,7 @@ public class AjaxFormValidatingBehaviorTest extends WicketTestCase
 {
 
 	/**
-	 * @throws Exception
+	 * https://issues.apache.org/jira/browse/WICKET-5999
 	 */
 	@Test
 	public void ajaxUpdateOrdinaryFeedbackComponents() throws Exception
@@ -39,7 +39,7 @@ public class AjaxFormValidatingBehaviorTest extends WicketTestCase
 	}
 
 	/**
-	 * @throws Exception
+	 * https://issues.apache.org/jira/browse/WICKET-5999
 	 */
 	@Test
 	public void ajaxUpdateInitiallyInvisibleFeedbackComponents() throws Exception