You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwt-test-utils-users
Hi,
I've got some problem using the new (0.33.2) version.
We use unittests to detect if some i18n string is missing in the
language property file. To retrieve this information we change the
locale while executing the test.
In version 0.33.1 it is possible to do something like this:
GwtConfig.get().setLocale(new Locale("de"));
In 0.33.2 the setLocale method isn't public anymore.
What's the proper way of changing the Locale in 0.33.2 while executing
a unit test?
regards
Norbert
Gael Lazzari
unread,
Apr 24, 2012, 4:33:23 AM4/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwt-test-u...@googlegroups.com
Hi Nobert,
You now have a GwtTest.setLocale(Locale locale) protected method to change your Locale dynamically.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwt-test-utils-users
Hi Gaël,
thx a lot, this works (of course) fine ;)
Norbert
On 24 Apr., 10:33, Gael Lazzari <gael.lazz...@gmail.com> wrote:
> Hi Nobert,
>
> You now have a GwtTest.setLocale(Locale locale) protected method to change
> your Locale dynamically.
>
> Cheers,
>
> Gaël
>