From fc38326ea80e73717fb1d187a16421f7bc1b1b04 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 16 Apr 2006 03:54:42 +0000 Subject: Merge from 3.0 branch till 918. --- .../quickstart/Fundamentals/HelloWorldTestCase.php | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php (limited to 'tests') 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 @@ -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 -- cgit v1.2.3