summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets
diff options
context:
space:
mode:
authorxue <>2006-12-01 12:28:55 +0000
committerxue <>2006-12-01 12:28:55 +0000
commit17f49a9bc71d88c9b3e2f31a161f3689c136ac16 (patch)
treefc77b9c75927cd56281417843a318e85c39ce729 /tests/FunctionalTests/tickets
parent074032e0270ae70eed481a082158dc9554aaa1db (diff)
merge from 3.0 branch till 1531.
Diffstat (limited to 'tests/FunctionalTests/tickets')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket463.page3
-rw-r--r--tests/FunctionalTests/tickets/tests/Ticket463TestCase.php13
2 files changed, 16 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket463.page b/tests/FunctionalTests/tickets/protected/pages/Ticket463.page
new file mode 100644
index 00000000..1cec6485
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket463.page
@@ -0,0 +1,3 @@
+<com:TContent ID="Content">
+ <com:TDateFormat Value="2005-05-01"/>
+</com:TContent> \ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/tests/Ticket463TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket463TestCase.php
new file mode 100644
index 00000000..51b27b87
--- /dev/null
+++ b/tests/FunctionalTests/tickets/tests/Ticket463TestCase.php
@@ -0,0 +1,13 @@
+<?php
+
+class Ticket463TestCase extends SeleniumTestCase
+{
+ function test()
+ {
+ $this->open('tickets/index.php?page=Ticket463');
+ $this->verifyTitle("Verifying Ticket 463", "");
+ $this->assertTextPresent('May 1, 2005 12:00:00 AM');
+ }
+}
+
+?> \ No newline at end of file