diff options
author | xue <> | 2007-09-28 16:09:21 +0000 |
---|---|---|
committer | xue <> | 2007-09-28 16:09:21 +0000 |
commit | 4b292ae910c08c68ee62e5a96d7b879573921eee (patch) | |
tree | 654067db67b73d6bc16b8119729d6077e52c75f6 /tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.php | |
parent | 4bf38e514f2d4dff3081ec220a864e5a26731925 (diff) |
fixed test case.
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.php')
-rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.php | 2 |
1 files changed, 1 insertions, 1 deletions
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() |