Author: amarkhel
Date: 2010-01-21 09:53:17 -0500 (Thu, 21 Jan 2010)
New Revision: 16351
Modified:
branches/community/3.3.X/ui/calendar/src/test/java/org/richfaces/component/CalendarComponentTest.java
Log:
Fix RF-8196
Modified:
branches/community/3.3.X/ui/calendar/src/test/java/org/richfaces/component/CalendarComponentTest.java
===================================================================
---
branches/community/3.3.X/ui/calendar/src/test/java/org/richfaces/component/CalendarComponentTest.java 2010-01-21
12:33:14 UTC (rev 16350)
+++
branches/community/3.3.X/ui/calendar/src/test/java/org/richfaces/component/CalendarComponentTest.java 2010-01-21
14:53:17 UTC (rev 16351)
@@ -94,7 +94,7 @@
.createComponent(UICalendar.COMPONENT_TYPE);
calendar.setLocale(Locale.UK);
calendar.setDatePattern("d/MM/yyyy");
- calendar.setTimeZone(TimeZone.getTimeZone("GMT-4:00"));
+ //calendar.setTimeZone(TimeZone.getTimeZone("GMT-1:00"));
calendar.setButtonLabel("PopUp");
// XXX test popup false
Show replies by date