summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests
diff options
context:
space:
mode:
authorwei <>2007-05-08 02:27:10 +0000
committerwei <>2007-05-08 02:27:10 +0000
commit33737a9270c27478da9f4d50d0fd2bb26ceb6991 (patch)
tree0e5779ec5eb645e0d76188846dc5bfcd4e7a5bdb /tests/FunctionalTests/tickets/tests
parent7f4d9089574a35b733ee36bf4880bb9eb4beab84 (diff)
Add more tests for #488
Diffstat (limited to 'tests/FunctionalTests/tickets/tests')
-rw-r--r--tests/FunctionalTests/tickets/tests/Ticket488TestCase.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket488TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket488TestCase.php
index c54b4170..f0159d05 100644
--- a/tests/FunctionalTests/tickets/tests/Ticket488TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket488TestCase.php
@@ -32,6 +32,11 @@ class Ticket488TestCase extends SeleniumTestCase
$this->assertNotVisible('loginBox');
}
+ function test_more()
+ {
+ $this->open('tickets/index.php?page=Ticket488');
+ //add test assertions here.
+ }
}
?> \ No newline at end of file