You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use classes that includes i18n in JUnit tests.
I want the tests to to execute in any environment:
e.g. I18nFactory.getI18n(getClass(), I18nFactory.FALLBACK); should work.
problem is that I can't use functions with 'java.util.Locale' because of the
GWT limitations.
Original issue reported on code.google.com by [email protected] on 8 Jun 2010 at 7:28
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 8 Jun 2010 at 7:28The text was updated successfully, but these errors were encountered: