summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.php
diff options
context:
space:
mode:
authorxue <>2007-09-28 16:09:21 +0000
committerxue <>2007-09-28 16:09:21 +0000
commit4b292ae910c08c68ee62e5a96d7b879573921eee (patch)
tree654067db67b73d6bc16b8119729d6077e52c75f6 /tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.php
parent4bf38e514f2d4dff3081ec220a864e5a26731925 (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.php2
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()