From 269c9a0010c2495db961c185e83fd52b33b04d73 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Tue, 11 Sep 2007 02:09:27 +0000
Subject: Fixed #692, #700.
---
.../tickets/protected700/pages/admin/Home.page | 14 ++++++++++++++
.../tickets/protected700/pages/admin/Home2.page | 14 ++++++++++++++
.../tickets/protected700/pages/admin/config.xml | 11 +++++++++++
.../tickets/protected700/pages/admin/users/Home.page | 14 ++++++++++++++
.../tickets/protected700/pages/admin/users/Home2.page | 14 ++++++++++++++
.../tickets/protected700/pages/admin/users/config.xml | 6 ++++++
6 files changed, 73 insertions(+)
create mode 100644 tests/FunctionalTests/tickets/protected700/pages/admin/Home.page
create mode 100644 tests/FunctionalTests/tickets/protected700/pages/admin/Home2.page
create mode 100644 tests/FunctionalTests/tickets/protected700/pages/admin/config.xml
create mode 100644 tests/FunctionalTests/tickets/protected700/pages/admin/users/Home.page
create mode 100644 tests/FunctionalTests/tickets/protected700/pages/admin/users/Home2.page
create mode 100644 tests/FunctionalTests/tickets/protected700/pages/admin/users/config.xml
(limited to 'tests/FunctionalTests/tickets/protected700/pages/admin')
diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/Home.page b/tests/FunctionalTests/tickets/protected700/pages/admin/Home.page
new file mode 100644
index 00000000..7d1c1187
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected700/pages/admin/Home.page
@@ -0,0 +1,14 @@
+
+
+|Param1: <%= $this->Param1 %>|
+
+|Param2: <%= $this->Param2 %>|
+
+|Param3: <%= $this->Param3 %>|
+
+|Param4: <%= $this->Param4 %>|
+
+|Param5: <%= $this->Param5 %>|
+
+
+
\ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/Home2.page b/tests/FunctionalTests/tickets/protected700/pages/admin/Home2.page
new file mode 100644
index 00000000..7d1c1187
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected700/pages/admin/Home2.page
@@ -0,0 +1,14 @@
+
+
+|Param1: <%= $this->Param1 %>|
+
+|Param2: <%= $this->Param2 %>|
+
+|Param3: <%= $this->Param3 %>|
+
+|Param4: <%= $this->Param4 %>|
+
+|Param5: <%= $this->Param5 %>|
+
+
+
\ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/config.xml b/tests/FunctionalTests/tickets/protected700/pages/admin/config.xml
new file mode 100644
index 00000000..04ac6bdd
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected700/pages/admin/config.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home.page b/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home.page
new file mode 100644
index 00000000..7d1c1187
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home.page
@@ -0,0 +1,14 @@
+
+
+|Param1: <%= $this->Param1 %>|
+
+|Param2: <%= $this->Param2 %>|
+
+|Param3: <%= $this->Param3 %>|
+
+|Param4: <%= $this->Param4 %>|
+
+|Param5: <%= $this->Param5 %>|
+
+
+
\ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home2.page b/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home2.page
new file mode 100644
index 00000000..7d1c1187
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected700/pages/admin/users/Home2.page
@@ -0,0 +1,14 @@
+
+
+|Param1: <%= $this->Param1 %>|
+
+|Param2: <%= $this->Param2 %>|
+
+|Param3: <%= $this->Param3 %>|
+
+|Param4: <%= $this->Param4 %>|
+
+|Param5: <%= $this->Param5 %>|
+
+
+
\ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/protected700/pages/admin/users/config.xml b/tests/FunctionalTests/tickets/protected700/pages/admin/users/config.xml
new file mode 100644
index 00000000..175ea5c7
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected700/pages/admin/users/config.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
--
cgit v1.2.3