diff options
author | xue <> | 2006-04-16 03:54:42 +0000 |
---|---|---|
committer | xue <> | 2006-04-16 03:54:42 +0000 |
commit | fc38326ea80e73717fb1d187a16421f7bc1b1b04 (patch) | |
tree | 3af80b19880ebe572778300b10217e056eb9d2ae /tests/FunctionalTests/quickstart | |
parent | 70944795827cffd1bd5a27a9c4a99eb1434f905f (diff) |
Merge from 3.0 branch till 918.
Diffstat (limited to 'tests/FunctionalTests/quickstart')
-rw-r--r-- | tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php b/tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php deleted file mode 100644 index e3da5a72..00000000 --- a/tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php
-
-//New Test
-class HelloWorldTestCase extends SeleniumTestCase
-{
- function test ()
- {
- $this->open("../../demos/quickstart/index.php?page=Fundamentals.Samples.HelloWorld.Home&notheme=true", "");
- $this->verifyTitle("Hello World", "");
- $this->clickAndWait("//input[@type='submit' and @value='Click Me']", "");
- $this->clickAndWait("//input[@type='submit' and @value='Hello World']", "");
- $this->verifyTitle("Hello World", "");
- }
-}
-
-?>
\ No newline at end of file |