From 34772099513df0734d3149e7b6d2d011f1f5e5e7 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 6 Apr 2007 04:28:46 +0000 Subject: refactor client scripts. --- .../tickets/protected/pages/Ticket587.page | 15 +++++++++++++++ .../FunctionalTests/tickets/protected/pages/Ticket587.php | 12 ++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket587.page create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket587.php (limited to 'tests') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket587.page b/tests/FunctionalTests/tickets/protected/pages/Ticket587.page new file mode 100644 index 00000000..a28bab6a --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket587.page @@ -0,0 +1,15 @@ + + + +Count: + + + + + + \ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket587.php b/tests/FunctionalTests/tickets/protected/pages/Ticket587.php new file mode 100644 index 00000000..a84a876c --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket587.php @@ -0,0 +1,12 @@ +count->getText(); + $this->count->setText( ++$count ); + } +} + +?> \ No newline at end of file -- cgit v1.2.3