From 203b10531a65a4d59bdce74bc6644d8621cd6a1a Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 16 Sep 2006 01:27:27 +0000 Subject: Fixed #363 --- .../active-controls/protected/pages/PostLoadingTest.page | 2 +- .../FunctionalTests/active-controls/protected/pages/PostLoadingTest.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/FunctionalTests/active-controls') diff --git a/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page b/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page index 6dd58d48..09ab2fbc 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page @@ -1,6 +1,6 @@ -

PostLoading Test

+

PostLoading Test

diff --git a/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.php b/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.php index a8c409e7..1257b45b 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.php +++ b/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.php @@ -38,6 +38,7 @@ class PostLoadingTest extends TPage { $this->panel1->getControls()->add('Result is '.$this->MyTextBox->getText()); $this->panel1->render($param->NewWriter); + $this->Page->CallbackClient->Highlight('heading'); } } -- cgit v1.2.3