From 36ef6f1b680ff1ea525a293c3464f0dedad11c1f Mon Sep 17 00:00:00 2001 From: wei <> Date: Mon, 2 Apr 2007 07:11:06 +0000 Subject: Add testcase #290 --- .../tickets/protected/pages/Ticket290.page | 21 +++++++++++++++++++++ .../tickets/protected/pages/Ticket290.php | 16 ++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket290.page create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket290.php (limited to 'tests/FunctionalTests/tickets/protected') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket290.page b/tests/FunctionalTests/tickets/protected/pages/Ticket290.page new file mode 100644 index 00000000..a785d5db --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket290.page @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket290.php b/tests/FunctionalTests/tickets/protected/pages/Ticket290.php new file mode 100644 index 00000000..c5e9e357 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket290.php @@ -0,0 +1,16 @@ +label1->Text = "Doing Validation"; + } + + function button_clicked($sender, $param) + { + $this->label2->Text = $sender->Text . " Clicked!"; + } +} + +?> \ No newline at end of file -- cgit v1.2.3