From 9e21d160ead61cd0ed86c16a0668c50b14f58baf Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 13 Apr 2006 12:38:46 +0000 Subject: Added test case for Ticket#121. --- .../tickets/protected/pages/Ticket121.page | 16 ++++++++++++++++ .../tickets/protected/pages/Ticket121.php | 11 +++++++++++ 2 files changed, 27 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket121.page create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket121.php (limited to 'tests/FunctionalTests/tickets/protected/pages') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket121.page b/tests/FunctionalTests/tickets/protected/pages/Ticket121.page new file mode 100644 index 00000000..9c9633d3 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket121.page @@ -0,0 +1,16 @@ + + + + + + + + + \ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket121.php b/tests/FunctionalTests/tickets/protected/pages/Ticket121.php new file mode 100644 index 00000000..1a625d83 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket121.php @@ -0,0 +1,11 @@ +Result->Text="clicked at ({$param->X},{$param->Y})"; + } +} + +?> \ No newline at end of file -- cgit v1.2.3