summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/ActiveDropDownList.php
diff options
context:
space:
mode:
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()