summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php')
-rw-r--r--tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php b/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php
index 7ed2b10f..182bbd25 100644
--- a/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php
+++ b/tests/FunctionalTests/quickstart/Controls/ListBoxTestCase.php
@@ -5,7 +5,7 @@ class ListBoxTestCase extends SeleniumTestCase
{
function test ()
{
- $this->open("../../demos/quickstart/index.php?page=Controls.Samples.TListBox.Home&notheme=true", "");
+ $this->open("../../demos/quickstart/index.php?page=Controls.Samples.TListBox.Home&notheme=true&lang=en", "");
// a default single selection listbox
$this->verifyAttribute("ctl0\$body\$ctl0@size","4");