diff options
author | wei <> | 2006-09-16 01:27:27 +0000 |
---|---|---|
committer | wei <> | 2006-09-16 01:27:27 +0000 |
commit | 203b10531a65a4d59bdce74bc6644d8621cd6a1a (patch) | |
tree | ad0def9f1fcaebbd6639ca10b765ee555d63edda /tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page | |
parent | 6bc7f2812ec16d5b46e2b75b1ae5172f7f778bcf (diff) |
Fixed #363
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page')
-rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <com:TForm>
- <h1>PostLoading Test</h1>
+ <h1 id="heading">PostLoading Test</h1>
<com:TCallback ID="callback1" OnCallback="Page.callback1_requested" />
<com:TActivePanel ID="panel1" />
|