diff options
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php')
| -rw-r--r-- | tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php b/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php index 4a5e66e4..50458663 100644 --- a/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php @@ -4,7 +4,7 @@ class ButtonTestCase extends SeleniumTestCase  {
  	function test ()
  	{
 -		$this->open("../../demos/quickstart/index.php?page=Controls.Samples.TButton.Home&notheme=true", "");
 +		$this->open("../../demos/quickstart/index.php?page=Controls.Samples.TButton.Home&notheme=true&lang=en", "");
  		$this->verifyTitle("PRADO QuickStart Sample", "");
  | 
