From 4b292ae910c08c68ee62e5a96d7b879573921eee Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 28 Sep 2007 16:09:21 +0000 Subject: fixed test case. --- .../active-controls/protected/pages/ActiveDropDownList.page | 12 +++++++----- .../active-controls/protected/pages/ActiveDropDownList.php | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.page index 7ac7ea86..dc71a228 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.page @@ -1,19 +1,21 @@

Active Drop Down List Test Case

- - + + -
+
+
@@ -23,7 +25,7 @@
- + - +
\ No newline at end of file diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.php b/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.php index 83480a0c..c7f0f6b4 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.php +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.php @@ -17,7 +17,7 @@ class ActiveDropDownList extends TPage function list2_changed($sender) { - $this->label1->setText("Selection 2: ".$sender->getSelectedValue()); + $this->label2->setText("Selection 2: ".$sender->getSelectedValue()); } function select_index_3() -- cgit v1.2.3