diff options
author | xue <> | 2006-01-24 03:55:40 +0000 |
---|---|---|
committer | xue <> | 2006-01-24 03:55:40 +0000 |
commit | 9dcad4ef4612a135e6c003030304f0c347ac09ba (patch) | |
tree | d98edfe3d31f7838efdc39e085739bd3a31444e5 /tests/FunctionalTests/quickstart_tests/Fundamentals/HelloWorldTestCase.php | |
parent | 51694d32a1b85a02809f55e1f406c98ba755b4bf (diff) |
Modified quickstart FT so that the test pages don't use theme.
Diffstat (limited to 'tests/FunctionalTests/quickstart_tests/Fundamentals/HelloWorldTestCase.php')
-rw-r--r-- | tests/FunctionalTests/quickstart_tests/Fundamentals/HelloWorldTestCase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/quickstart_tests/Fundamentals/HelloWorldTestCase.php b/tests/FunctionalTests/quickstart_tests/Fundamentals/HelloWorldTestCase.php index d48015f0..8aea86f6 100644 --- a/tests/FunctionalTests/quickstart_tests/Fundamentals/HelloWorldTestCase.php +++ b/tests/FunctionalTests/quickstart_tests/Fundamentals/HelloWorldTestCase.php @@ -5,7 +5,7 @@ class HelloWorldTestCase extends SeleniumTestCase {
function test ()
{
- $this->open("../../demos/quickstart/index.php?page=Fundamentals.Samples.HelloWorld.Home", "");
+ $this->open("../../demos/quickstart/index.php?page=Fundamentals.Samples.HelloWorld.Home&functionaltest=true", "");
$this->verifyTitle("Hello World", "");
$this->clickAndWait("//input[@type='submit' and @value='Click Me']", "");
$this->clickAndWait("//input[@type='submit' and @value='Hello World']", "");
|