diff options
Diffstat (limited to 'tests/FunctionalTests/tickets')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket526.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket526.page b/tests/FunctionalTests/tickets/protected/pages/Ticket526.page index 5aa84b87..b4ccd25e 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket526.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket526.page @@ -1,7 +1,7 @@ <com:TContent ID="Content">
<com:TActivePanel ID="activePanel">
<com:TDatePicker ID="dp"/>
- <com:TActiveTextbox ID="textbox" Text="text" />
+ <com:TActiveTextBox ID="textbox" Text="text" />
<com:TActiveButton ID="btn" Text="Btn" OnCallback="callback"/>
</com:TActivePanel>
|