From 17f49a9bc71d88c9b3e2f31a161f3689c136ac16 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 1 Dec 2006 12:28:55 +0000 Subject: merge from 3.0 branch till 1531. --- .../FunctionalTests/tickets/protected/pages/Ticket463.page | 3 +++ tests/FunctionalTests/tickets/tests/Ticket463TestCase.php | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket463.page create mode 100644 tests/FunctionalTests/tickets/tests/Ticket463TestCase.php (limited to 'tests/FunctionalTests/tickets') 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 @@ + + + \ 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 @@ +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 -- cgit v1.2.3