summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests
diff options
context:
space:
mode:
authorxue <>2006-02-17 20:05:07 +0000
committerxue <>2006-02-17 20:05:07 +0000
commit35836e45fab30dc4c31a4f51e32b551181e7ec86 (patch)
tree09c25d6999007e6d8ef07917c287be39596ce678 /tests/FunctionalTests/tickets/tests
parent470259a42d63267f67f1404664c9c25ee36fa826 (diff)
Added test case for ticket #54.
Diffstat (limited to 'tests/FunctionalTests/tickets/tests')
-rw-r--r--tests/FunctionalTests/tickets/tests/Ticket54TestCase.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket54TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket54TestCase.php
new file mode 100644
index 00000000..c131a67d
--- /dev/null
+++ b/tests/FunctionalTests/tickets/tests/Ticket54TestCase.php
@@ -0,0 +1,12 @@
+<?php
+
+class Ticket54TestCase extends SeleniumTestCase
+{
+ function test()
+ {
+ $this->open('tickets/index.php?page=Ticket54');
+ $this->verifyTextPresent("|A||B||C|", "");
+ }
+}
+
+?> \ No newline at end of file