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/lambdas Commit: c2ba28d27cf62e93fd9f99cd7eae81a3564b540a Parents: 4e7a605 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sun Oct 18 10:27:34 2015 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> 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
