diff options
author | xue <> | 2006-03-11 18:16:38 +0000 |
---|---|---|
committer | xue <> | 2006-03-11 18:16:38 +0000 |
commit | 614abf2377f4348df56f34de674b27ad1ffe2917 (patch) | |
tree | 2055155a38e5fd3dc1c3dd304c0140c4c8ac8ec5 /tests/FunctionalTests/protected/pages/Tickets/Ticket_27.php | |
parent | 492021fec24cb583e6bd2e95b3f6c9ea7a271b5f (diff) |
Deleted some unused tests.
Diffstat (limited to 'tests/FunctionalTests/protected/pages/Tickets/Ticket_27.php')
-rw-r--r-- | tests/FunctionalTests/protected/pages/Tickets/Ticket_27.php | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/FunctionalTests/protected/pages/Tickets/Ticket_27.php b/tests/FunctionalTests/protected/pages/Tickets/Ticket_27.php deleted file mode 100644 index 05483535..00000000 --- a/tests/FunctionalTests/protected/pages/Tickets/Ticket_27.php +++ /dev/null @@ -1,25 +0,0 @@ -<?php
-
-class Ticket_27 extends TPage
-{
-
-
-}
-
-class Ticket_27_TestCase extends SeleniumTestCase
-{
-
- function test()
- {
- $this->open($this->getPage($this));
- $this->verifyTitle("Verifying Ticket 27", "");
- $this->click("//input[@value='Agree']", "");
- $this->assertVisible("ctl0_Content_validator1", "");
- $this->type("ctl0_Content_TextBox", "122");
- $this->assertNotVisible("ctl0_Content_validator1", "");
- $this->clickAndWait("//input[@value='Disagree']", "");
- $this->assertNotVisible("ctl0_Content_validator1", "");
- }
-}
-
-?>
\ No newline at end of file |