From 1ba083b9bf77b334b773b84d4d9e5f44319d17a2 Mon Sep 17 00:00:00 2001
From: wei <>
Date: Mon, 2 Apr 2007 06:19:55 +0000
Subject: Fixed #585, #586
---
.../tickets/protected/pages/Ticket585.page | 19 +++++++++++++++++++
.../tickets/protected/pages/Ticket585.php | 18 ++++++++++++++++++
.../tickets/protected/pages/Ticket586.page | 13 +++++++++++++
.../tickets/protected/pages/Ticket586.php | 11 +++++++++++
4 files changed, 61 insertions(+)
create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket585.page
create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket585.php
create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket586.page
create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket586.php
(limited to 'tests/FunctionalTests/tickets/protected')
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket585.page b/tests/FunctionalTests/tickets/protected/pages/Ticket585.page
new file mode 100644
index 00000000..f5e26f24
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket585.page
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket585.php b/tests/FunctionalTests/tickets/protected/pages/Ticket585.php
new file mode 100644
index 00000000..5932146d
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket585.php
@@ -0,0 +1,18 @@
+Value == "15-03-2007")
+ {
+ $param->IsValid=false;
+ }
+ else
+ $param->IsValid=true;
+ }
+
+}
+
+?>
\ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket586.page b/tests/FunctionalTests/tickets/protected/pages/Ticket586.page
new file mode 100644
index 00000000..93c27385
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket586.page
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket586.php b/tests/FunctionalTests/tickets/protected/pages/Ticket586.php
new file mode 100644
index 00000000..d6fafd0d
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket586.php
@@ -0,0 +1,11 @@
+label1->Text = $sender->Text . ' Clicked!';
+ }
+}
+
+?>
\ No newline at end of file
--
cgit v1.2.3