From 614abf2377f4348df56f34de674b27ad1ffe2917 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 11 Mar 2006 18:16:38 +0000 Subject: Deleted some unused tests. --- .../pages/Validation/testInitialValueRequired.php | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 tests/FunctionalTests/protected/pages/Validation/testInitialValueRequired.php (limited to 'tests/FunctionalTests/protected/pages/Validation/testInitialValueRequired.php') diff --git a/tests/FunctionalTests/protected/pages/Validation/testInitialValueRequired.php b/tests/FunctionalTests/protected/pages/Validation/testInitialValueRequired.php deleted file mode 100644 index cc35accc..00000000 --- a/tests/FunctionalTests/protected/pages/Validation/testInitialValueRequired.php +++ /dev/null @@ -1,25 +0,0 @@ -getTestPage(__FILE__); - $this->open($page); - $this->assertTitle("InitialValue Validation Test"); - $this->assertNotVisible("ctl0_Content_validator1"); - $this->type("ctl0_Content_text1", "hello"); - $this->clickAndWait("ctl0_Content_submit"); - $this->assertNotVisible("ctl0_Content_validator1"); - $this->type("ctl0_Content_text1", "test"); - $this->click("ctl0_Content_submit"); - $this->assertVisible("ctl0_Content_validator1"); - } -} - -?> \ No newline at end of file -- cgit v1.2.3