CalendarUtil.resetTime(highResolutionDate);
}
}
public void testValueChangeEventWithCustomFormat() {
Format format = new DateBox.DefaultFormat(DateTimeFormat.getFormat("dd/MM/yyyy"));
final DateBox db = new DateBox(new DatePicker(), null, format);
RootPanel.get().add(db);
// Checks setValue(date, true). Should preserve precision so getValue returns the exact value
// passed by setValue.