From ebba13ebd9566215910897f29b31464f2c65f6b6 Mon Sep 17 00:00:00 2001 From: tof <> Date: Tue, 17 Jul 2007 08:02:49 +0000 Subject: Add functional test for Ticket656 --- tests/FunctionalTests/tickets/protected/pages/Ticket656.page | 7 +++++++ tests/FunctionalTests/tickets/protected/pages/Ticket656.php | 9 +++++++++ 2 files changed, 16 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket656.page create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket656.php (limited to 'tests/FunctionalTests/tickets/protected/pages') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket656.page b/tests/FunctionalTests/tickets/protected/pages/Ticket656.page new file mode 100644 index 00000000..aa5d11b2 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket656.page @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket656.php b/tests/FunctionalTests/tickets/protected/pages/Ticket656.php new file mode 100644 index 00000000..943908c9 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket656.php @@ -0,0 +1,9 @@ +lblStatus->setText($this->datePicker->getDate()); + } +} +?> \ No newline at end of file -- cgit v1.2.3