summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets
diff options
context:
space:
mode:
authorxue <>2007-09-29 01:40:54 +0000
committerxue <>2007-09-29 01:40:54 +0000
commit7b080fd0ead5e889fc9beaa7b247001155aa164c (patch)
treead946ee6e53558d02252ada89361f424fca52842 /tests/FunctionalTests/tickets
parentdd3674b7626d16bbc7669aacad28d0463990adc1 (diff)
Fixed test cases.
Diffstat (limited to 'tests/FunctionalTests/tickets')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket528.page4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket528.page b/tests/FunctionalTests/tickets/protected/pages/Ticket528.page
index f3a85e2a..15df2b62 100644
--- a/tests/FunctionalTests/tickets/protected/pages/Ticket528.page
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket528.page
@@ -1,8 +1,8 @@
<com:TContent ID="Content">
<com:TLabel ForControl="DDropTurno" Text="Turno:"/>
-<com:Application.pages.DActiveDropDownList2
- ID="DDropTurno" onSelectedIndexChanged="trocaTurno" opcoes='turnos' />
+<com:Application.pages.DActiveDropDownList2
+ ID="DDropTurno" SelectedIndex="0" onSelectedIndexChanged="trocaTurno" opcoes='turnos' />
<com:TLabel Text="Código:" ForControl="Codigo"/>
<com:TActiveTextBox ID="Codigo" MaxLength="1" Columns="2" />