]> source.dussan.org Git - vaadin-framework.git/commitdiff
[merge from 6.7] Set resolution to second to make test consistent in Vaadin 6 and...
authorArtur Signell <artur.signell@itmill.com>
Mon, 6 Feb 2012 12:51:23 +0000 (12:51 +0000)
committerArtur Signell <artur.signell@itmill.com>
Mon, 6 Feb 2012 12:51:23 +0000 (12:51 +0000)
svn changeset:22929/svn branch:6.8

tests/testbench/com/vaadin/tests/components/datefield/DatePopupStyleName.java

index 3c42d71af56a08cadc16874ce23dd941b78e3f80..44260e9247cb30f6ece11aa8088e43bd84375f21 100644 (file)
@@ -13,6 +13,7 @@ public class DatePopupStyleName extends TestBase {
 
         final DateField df = new DateField();
         df.setValue(new Date(1203910239L));
+        df.setResolution(DateField.RESOLUTION_SEC);
         df.setWidth("200px");
         df.setRequired(true);
         df.setComponentError(new UserError("abc"));