diff options
author | mikl <> | 2008-04-18 17:39:20 +0000 |
---|---|---|
committer | mikl <> | 2008-04-18 17:39:20 +0000 |
commit | 60a4991e9bd37457cafc6f3a19fd83f8c71ef3b0 (patch) | |
tree | e4fa73fa5ccf7170e04baf54be9b3fabffb82537 /tests/FunctionalTests/tickets/protected/pages | |
parent | af0bef8c905a277392463e795a168cc2d05b8af3 (diff) |
Fix #695
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"/> |