summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.php
diff options
context:
space:
mode:
authorwei <>2006-09-16 01:27:27 +0000
committerwei <>2006-09-16 01:27:27 +0000
commit203b10531a65a4d59bdce74bc6644d8621cd6a1a (patch)
treead0def9f1fcaebbd6639ca10b765ee555d63edda /tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.php
parent6bc7f2812ec16d5b46e2b75b1ae5172f7f778bcf (diff)
Fixed #363
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.php')
-rw-r--r--tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.php1
1 files changed, 1 insertions, 0 deletions
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');
}
}