diff options
author | wei <> | 2006-12-04 00:17:43 +0000 |
---|---|---|
committer | wei <> | 2006-12-04 00:17:43 +0000 |
commit | 91fe694c8755aa2d05743946a3681be7232420b6 (patch) | |
tree | 14d822b190fd729d141dbaa99cd26ed98e1b7940 /tests/FunctionalTests/tickets | |
parent | 18ea316c553f7ccfc18b73f0c987de007f11b275 (diff) |
propage changes to OnError and OnSuccess for validators ClientSide.
Diffstat (limited to 'tests/FunctionalTests/tickets')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket205.page | 2 | ||||
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket207.page | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket205.page b/tests/FunctionalTests/tickets/protected/pages/Ticket205.page index 5735b22a..376f97f7 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket205.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket205.page @@ -1,5 +1,5 @@ <com:TContent ID="Content"> - <h3>TCustomValidator not enabling ControlCssClass or prop:ClientSide.OnError after postback.</h3> + <h3>TCustomValidator not enabling ControlCssClass or prop:ClientSide.OnValidationError after postback.</h3> <style> .required { diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket207.page b/tests/FunctionalTests/tickets/protected/pages/Ticket207.page index 594d512b..6c84d953 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket207.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket207.page @@ -1,5 +1,5 @@ <com:TContent ID="Content"> - <h2>Validators ClientSide.OnError triggered twice</h2> + <h2>Validators ClientSide.OnValidationError triggered twice</h2> <h3>Use ClientSide.ObseveChanges="false"</h3> <com:TTextBox ID="text1" /><br /> <com:TRequiredFieldValidator |