From fe60cc221f922ea362826e2d00431c5df28fe85f Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 6 Oct 2006 03:46:05 +0000 Subject: fixed #410 #412 --- .../FunctionalTests/active-controls/protected/pages/RatingList.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests/FunctionalTests/active-controls/protected/pages/RatingList.php') diff --git a/tests/FunctionalTests/active-controls/protected/pages/RatingList.php b/tests/FunctionalTests/active-controls/protected/pages/RatingList.php index d31b6166..c6661182 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/RatingList.php +++ b/tests/FunctionalTests/active-controls/protected/pages/RatingList.php @@ -4,7 +4,6 @@ class RatingList extends TPage { function list1_oncallback($sender, $param) { - $sender->Enabled=false; } function button1_clicked($sender, $param) @@ -14,9 +13,13 @@ class RatingList extends TPage function button2_clicked($sender, $param) { - $this->list1->SelectedIndex=3; $this->list1->Enabled=false; } + + function button5_clicked($sender, $param) + { + $this->list1->SelectedIndex=3; + } } ?> \ No newline at end of file -- cgit v1.2.3