summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket528.page
diff options
context:
space:
mode:
authorwei <>2007-03-30 12:06:27 +0000
committerwei <>2007-03-30 12:06:27 +0000
commitfbfbdcb233e94b7fed6f8ae209eb90d79aa33f7e (patch)
tree4c684403050cf0633574547316ede7a4e56cb7bb /tests/FunctionalTests/tickets/protected/pages/Ticket528.page
parent63f771ad05eaf96c11053cb6e009f7b8633eb4fe (diff)
Add test case for #528
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket528.page')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket528.page13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket528.page b/tests/FunctionalTests/tickets/protected/pages/Ticket528.page
new file mode 100644
index 00000000..f3a85e2a
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket528.page
@@ -0,0 +1,13 @@
+<com:TContent ID="Content">
+
+<com:TLabel ForControl="DDropTurno" Text="Turno:"/>
+<com:Application.pages.DActiveDropDownList2
+ ID="DDropTurno" onSelectedIndexChanged="trocaTurno" opcoes='turnos' />
+
+<com:TLabel Text="Código:" ForControl="Codigo"/>
+<com:TActiveTextBox ID="Codigo" MaxLength="1" Columns="2" />
+
+<com:TLabel Text="Descrição:" ForControl="Descricao"/>
+<com:TActiveTextBox ID="Descricao" MaxLength="25" Columns="25" />
+
+</com:TContent> \ No newline at end of file