diff options
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.page')
-rwxr-xr-x | tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.page | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.page b/tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.page index 5e04cd28..c877c083 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/MyTabPanelTest.page @@ -1,4 +1,4 @@ -<com:TForm ID="form1">
+<com:TContent ID="Content">
<h1>My Tab Panel Test</h1>
@@ -37,4 +37,4 @@ </com:TActivePanel>
-</com:TForm>
+</com:TContent>
|