From 3fcf847e0cadfb9ede930f538c2f277483442175 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 21 Jan 2006 17:29:40 +0000 Subject: BE AWARE: Significant change! Changed event definition from XXX to OnXXX. --- tests/UnitTests/framework/Web/UI/utControl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/UnitTests/framework/Web/UI') diff --git a/tests/UnitTests/framework/Web/UI/utControl.php b/tests/UnitTests/framework/Web/UI/utControl.php index b96ef644..ed2ddd22 100644 --- a/tests/UnitTests/framework/Web/UI/utControl.php +++ b/tests/UnitTests/framework/Web/UI/utControl.php @@ -349,7 +349,7 @@ class utControl extends UnitTestCase $this->button1->getEventHandlers('OnClick')->clear(); try { - $this->button1->attachEventHandler('Click','clicked'); + $this->button1->attachEventHandler('OnClick','clicked'); $this->fail('no exception raised when undefined event is raised'); } catch(TInvalidOperationException $e) -- cgit v1.2.3