From a36595a1470db259ce9e723f2ad13b63fd5e8eb6 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 19 Oct 2006 00:57:08 +0000 Subject: BC BREAK: Changed Validator property names: - Validators ClientSide.OnSuccess becomes ClientSide.OnValidationSuccess, - Validators ClientSide.OnError becomes ClientSide.OnValidationError, - Validators OnSuccess event becomes OnValidationSuccess. - Validators OnError event becomes OnValidationError. --- .../active-controls/protected/pages/CallbackCustomValidatorTest.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.page b/tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.page index ae1fe3d2..a99fbf55 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.page @@ -25,8 +25,8 @@ ControlCssClass="required" OnServerValidate="validate_text1"> -- cgit v1.2.3