summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests
diff options
context:
space:
mode:
authortof <>2007-06-20 13:15:38 +0000
committertof <>2007-06-20 13:15:38 +0000
commit149f7f6155c80bed9e05f700ca7d7001c65e84bf (patch)
tree94ae519bd458d14f9f3ac512807368de76980108 /tests/FunctionalTests/tickets/tests
parentf863d96b3eabcb639265f037932a932cf0269f71 (diff)
Add Functional Test for Ticket 653
Diffstat (limited to 'tests/FunctionalTests/tickets/tests')
-rw-r--r--tests/FunctionalTests/tickets/tests/Ticket653TestCase.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket653TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket653TestCase.php
new file mode 100644
index 00000000..c25eb25f
--- /dev/null
+++ b/tests/FunctionalTests/tickets/tests/Ticket653TestCase.php
@@ -0,0 +1,15 @@
+<?php
+
+class Ticket653TestCase extends SeleniumTestCase
+{
+ function test()
+ {
+ // Open with 'Friendly URL'
+ $this->open('tickets/index.php/ticket653');
+ $this->verifyTitle("Verifying Ticket 653", "");
+
+ $this->assertText('textspan', 'This is the page for Ticket653');
+ }
+}
+
+?> \ No newline at end of file