summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php')
-rw-r--r--tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php
index 116830b0..f084ff40 100644
--- a/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php
+++ b/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php
@@ -4,7 +4,7 @@ class DataGrid3TestCase extends SeleniumTestCase
{
function test()
{
- $this->open("../../demos/quickstart/index.php?page=Controls.Samples.TDataGrid.Sample3&notheme=true", "");
+ $this->open("../../demos/quickstart/index.php?page=Controls.Samples.TDataGrid.Sample3&notheme=true&lang=en", "");
// verify the 2nd row of data
$this->verifyTextPresent("Design Patterns: Elements of Reusable Object-Oriented Software", "");