From b2f51830b7ad319f5d978b411d9bfd87f03308eb Mon Sep 17 00:00:00 2001
From: wei <>
Date: Sun, 2 Jul 2006 04:33:04 +0000
Subject: Fixed #226 and #246
---
.../tickets/protected/pages/Ticket200.page | 6 ++++++
.../tickets/protected/pages/Ticket200.php | 16 ++++++++++++++++
.../tickets/protected/pages/Ticket202.page | 19 +++++++++++++++++++
.../tickets/protected/pages/Ticket227.page | 4 ++++
.../tickets/protected/pages/Ticket246.page | 17 +++++++++++++++++
.../tickets/tests/Ticket227TestCase.php | 12 ++++++++++++
.../tickets/tests/Ticket246TestCase.php | 12 ++++++++++++
7 files changed, 86 insertions(+)
create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket200.page
create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket200.php
create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket202.page
create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket227.page
create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket246.page
create mode 100644 tests/FunctionalTests/tickets/tests/Ticket227TestCase.php
create mode 100644 tests/FunctionalTests/tickets/tests/Ticket246TestCase.php
(limited to 'tests/FunctionalTests')
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket200.page b/tests/FunctionalTests/tickets/protected/pages/Ticket200.page
new file mode 100644
index 00000000..76c60f40
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket200.page
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket200.php b/tests/FunctionalTests/tickets/protected/pages/Ticket200.php
new file mode 100644
index 00000000..a80a3b8a
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket200.php
@@ -0,0 +1,16 @@
+
\ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket202.page b/tests/FunctionalTests/tickets/protected/pages/Ticket202.page
new file mode 100644
index 00000000..ae984c2d
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket202.page
@@ -0,0 +1,19 @@
+<%@ MasterPage="" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket227.page b/tests/FunctionalTests/tickets/protected/pages/Ticket227.page
new file mode 100644
index 00000000..ab481fa2
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket227.page
@@ -0,0 +1,4 @@
+
+ Disabled HTMLArea
+
+
\ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket246.page b/tests/FunctionalTests/tickets/protected/pages/Ticket246.page
new file mode 100644
index 00000000..e25a484b
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket246.page
@@ -0,0 +1,17 @@
+
+ TDatePicker inside absolute DIV with scrollbar
+
+
+
\ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/tests/Ticket227TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket227TestCase.php
new file mode 100644
index 00000000..c0dd2a98
--- /dev/null
+++ b/tests/FunctionalTests/tickets/tests/Ticket227TestCase.php
@@ -0,0 +1,12 @@
+open('tickets/index.php?page=Ticket227');
+ $this->assertTitle('Verifying Ticket 227');
+ }
+}
+
+?>
\ No newline at end of file
diff --git a/tests/FunctionalTests/tickets/tests/Ticket246TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket246TestCase.php
new file mode 100644
index 00000000..8f07790e
--- /dev/null
+++ b/tests/FunctionalTests/tickets/tests/Ticket246TestCase.php
@@ -0,0 +1,12 @@
+open('tickets/index.php?page=Ticket246');
+ $this->assertTitle('Verifying Ticket 246');
+ }
+}
+
+?>
\ No newline at end of file
--
cgit v1.2.3