diff options
author | Artur Signell <artur@vaadin.com> | 2013-06-03 12:18:57 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-06-04 16:52:03 +0300 |
commit | 93751c13557a5dc7cbf853327b73d5b272f1f0d5 (patch) | |
tree | a0d64245b3fc82e2fbbb4f5a27e7569982f9e476 /uitest | |
parent | 666dbb5f6b80a83c01140159901754fa317a977e (diff) | |
download | vaadin-framework-93751c13557a5dc7cbf853327b73d5b272f1f0d5.tar.gz vaadin-framework-93751c13557a5dc7cbf853327b73d5b272f1f0d5.zip |
Use correct day names when formatting dates (#6207)
Change-Id: I2010f87ef4f9359cdc95104cc02c83355a8630ed
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/datefield/CustomDateFormats.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/components/datefield/CustomDateFormats.java b/uitest/src/com/vaadin/tests/components/datefield/CustomDateFormats.java index 247478256f..015a974b3e 100644 --- a/uitest/src/com/vaadin/tests/components/datefield/CustomDateFormats.java +++ b/uitest/src/com/vaadin/tests/components/datefield/CustomDateFormats.java @@ -104,6 +104,7 @@ public class CustomDateFormats extends TestBase { locale); addDateField(gridLayout, getDatePattern(locale, DateFormat.SHORT), locale); + addDateField(gridLayout, "EEE d MMMM yyyy", locale); } |