From b020409247fd240e0c4687cb56ebded831dbd9aa Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 27 Dec 2010 16:11:25 +0000 Subject: Added FULL format for testing #6207 svn changeset:16665/svn branch:6.5 --- tests/src/com/vaadin/tests/components/datefield/CustomDateFormats.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/src') diff --git a/tests/src/com/vaadin/tests/components/datefield/CustomDateFormats.java b/tests/src/com/vaadin/tests/components/datefield/CustomDateFormats.java index 55a2949c11..7f67af1adc 100644 --- a/tests/src/com/vaadin/tests/components/datefield/CustomDateFormats.java +++ b/tests/src/com/vaadin/tests/components/datefield/CustomDateFormats.java @@ -95,6 +95,8 @@ public class CustomDateFormats extends TestBase { addDateField(gridLayout, "d M yyy", locale, "d M yyyy"); addDateField(gridLayout, "d M yyyy", locale); + addDateField(gridLayout, getDatePattern(locale, DateFormat.FULL), + locale); addDateField(gridLayout, getDatePattern(locale, DateFormat.LONG), locale); addDateField(gridLayout, getDatePattern(locale, DateFormat.MEDIUM), -- cgit v1.2.3