diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket691.page | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket691.page b/tests/FunctionalTests/tickets/protected/pages/Ticket691.page index 602f223a..6b560301 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket691.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket691.page @@ -9,10 +9,10 @@ <com:TActiveLabel ID="Title" Text="Cast your vote:" /> <com:TActiveRatingList ID="List" ActiveControl.CallbackOptions="RatingOption" OnCallback="list_oncallback" ActiveControl.EnableUpdate="true"> - <com:TListItem Value="1" Text="[One star" /> - <com:TListItem Value="2" Text="[Two stars" /> - <com:TListItem Value="3" Text="[Three stars" /> - <com:TListItem Value="4" Text="[Four stars" /> + <com:TListItem Value="1" Text="One star" /> + <com:TListItem Value="2" Text="Two stars" /> + <com:TListItem Value="3" Text="Three stars" /> + <com:TListItem Value="4" Text="Four stars" /> <com:TListItem Value="5" Text="Five stars" /> <com:TListItem Value="6" Text="Six stars" /> </com:TActiveRatingList> |