From acb16fd5137538e72d86a5d0415a96556d88c609 Mon Sep 17 00:00:00 2001
From: wei <>
Date: Sat, 21 Oct 2006 02:55:29 +0000
Subject: session view state callback test.
---
.../active-controls/protected/pages/Sessioned/PageStateTest.page | 4 +++-
.../active-controls/protected/pages/Sessioned/PageStateTest.php | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
(limited to 'tests')
diff --git a/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.page b/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.page
index c68be7ca..5d7f451b 100644
--- a/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.page
+++ b/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.page
@@ -1,7 +1,9 @@
-
+
diff --git a/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.php b/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.php
index 3291189c..abb6c8c8 100644
--- a/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.php
+++ b/tests/FunctionalTests/active-controls/protected/pages/Sessioned/PageStateTest.php
@@ -4,6 +4,7 @@ class PageStateTest extends TPage
{
function button1_oncallback($sender, $param)
{
+ sleep(rand(0,5));
$this->label1->Text .= " button1 clicked ";
}
}
--
cgit v1.2.3