diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket695.page | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket695.page b/tests/FunctionalTests/tickets/protected/pages/Ticket695.page index 884be053..00add0af 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket695.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket695.page @@ -1,6 +1,7 @@ <com:TContent ID="Content"> <com:TActiveTextBox ID="ATB" AutoPostBack="True" onTextChanged="onATB" /><br /> +<com:TActiveCheckBox ID="ACB" AutoPostBack="True" /><br /> <com:TTextBox ID="TB"/><br /> Callbacks: <com:TActiveLabel ID="X" Text="0"/> |