diff options
author | tof <> | 2007-09-28 15:06:11 +0000 |
---|---|---|
committer | tof <> | 2007-09-28 15:06:11 +0000 |
commit | 4bf38e514f2d4dff3081ec220a864e5a26731925 (patch) | |
tree | f210b21f898bd430d921b086dc14f190f68412f5 /tests/FunctionalTests | |
parent | 669bee106f7f72cf959152c55ed7209a03d6d119 (diff) |
Update #691 testcase.
Diffstat (limited to 'tests/FunctionalTests')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket691.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket691.page b/tests/FunctionalTests/tickets/protected/pages/Ticket691.page index 6b560301..b7942c8e 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket691.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket691.page @@ -7,7 +7,7 @@ </prop:ClientSide.OnComplete> </com:TCallbackOptions> <com:TActiveLabel ID="Title" Text="Cast your vote:" /> -<com:TActiveRatingList ID="List" ActiveControl.CallbackOptions="RatingOption" +<com:TActiveRatingList ID="List" ActiveControl.CallbackOptions="Parent.RatingOption" OnCallback="list_oncallback" ActiveControl.EnableUpdate="true"> <com:TListItem Value="1" Text="One star" /> <com:TListItem Value="2" Text="Two stars" /> |