summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorwei <>2006-09-06 01:08:08 +0000
committerwei <>2006-09-06 01:08:08 +0000
commit5f35084526732b5e41abc2a0d8d4ddb3ca13a34b (patch)
tree2183e743ab851f37535bf66b685a05a573081e73 /tests
parent8f1fa1c2bb6c2b7cbb493bd2038669b1e1a8ca7d (diff)
Fixed dropdown list for day formatted as 'dd'
Diffstat (limited to 'tests')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket351.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket351.page b/tests/FunctionalTests/tickets/protected/pages/Ticket351.page
index 78a7488d..bc148545 100644
--- a/tests/FunctionalTests/tickets/protected/pages/Ticket351.page
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket351.page
@@ -1,6 +1,6 @@
<com:TContent ID="Content">
<com:TDatePicker ID="Birthdate"
- DateFormat="MMM/d/yyyy"
+ DateFormat="MMM/dd/yyyy"
TimeStamp="-2000000000"
FromYear="1900" UpToYear="1990" InputMode="DropDownList" />