From 4f15d896ab3af600d28a6e75b0240d49d8e023f1 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 16 Apr 2006 03:42:50 +0000 Subject: Rewrote Hello World tutorial. --- .../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