GWT 2.1m1/DateTimeFormat - format for full time has changed

2010-05-27 Thread Olivier Monaco
Hi,

Some of my unit test failed after switching to GWT 2.1m1. This is due
to the following change:
http://code.google.com/p/google-web-toolkit/source/diff?spec=svn8214r=7629format=sidepath=/trunk/user/src/com/google/gwt/i18n/client/constants/DateTimeConstantsImpl.propertiesold_path=/trunk/user/src/com/google/gwt/i18n/client/constants/DateTimeConstantsImpl.propertiesold=4905

The full format for time has changed from h:mm:ss a v to h:mm:ss
a . The first give me 1:00:00 AM Etc/GMT-1 but the second
1:00:00 AM UTC+1, so the same as the long format.

Is it a regression? or was there a bug before?

Olivier

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.1m1/DateTimeFormat - format for full time has changed

2010-05-27 Thread Thomas Broyer


On 27 mai, 16:02, Olivier Monaco olivier.mon...@free.fr wrote:
 Hi,

 Some of my unit test failed after switching to GWT 2.1m1. This is due
 to the following 
 change:http://code.google.com/p/google-web-toolkit/source/diff?spec=svn8214;...

 The full format for time has changed from h:mm:ss a v to h:mm:ss
 a . The first give me 1:00:00 AM Etc/GMT-1 but the second
 1:00:00 AM UTC+1, so the same as the long format.

 Is it a regression? or was there a bug before?

I suspect locale data has been updated to the latest Unicode CLDR
data.
http://cldr.unicode.org/

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.1m1/DateTimeFormat - format for full time has changed

2010-05-27 Thread Olivier Monaco
Okay, make sense.

Thanks.

On 27 mai, 18:11, Thomas Broyer t.bro...@gmail.com wrote:
 On 27 mai, 16:02, Olivier Monaco olivier.mon...@free.fr wrote:

  Hi,

  Some of my unit test failed after switching to GWT 2.1m1. This is due
  to the following 
  change:http://code.google.com/p/google-web-toolkit/source/diff?spec=svn8214;...

  The full format for time has changed from h:mm:ss a v to h:mm:ss
  a . The first give me 1:00:00 AM Etc/GMT-1 but the second
  1:00:00 AM UTC+1, so the same as the long format.

  Is it a regression? or was there a bug before?

 I suspect locale data has been updated to the latest Unicode CLDR
 data.http://cldr.unicode.org/

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.