diff options
author | knut <> | 2008-08-18 23:22:07 +0000 |
---|---|---|
committer | knut <> | 2008-08-18 23:22:07 +0000 |
commit | 8047f7b1482f10690836d8cf553c151e3bf993da (patch) | |
tree | 2d7246de69017c34c9bbe48ee15d14da94842cdb /tests/FunctionalTests/tickets/protected | |
parent | b26ef59b9ffbc9b8dfa15b6456fd0071474b9608 (diff) |
fixed #823
Diffstat (limited to 'tests/FunctionalTests/tickets/protected')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket823.page | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket823.page b/tests/FunctionalTests/tickets/protected/pages/Ticket823.page new file mode 100644 index 00000000..8da83c65 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket823.page @@ -0,0 +1,5 @@ +<com:TContent ID="Content"> + + <com:TDropDownList ID="DropDownList" PromptText="Choose..."/> + +</com:TContent> |