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 skarzhev...@gmail.com on 8 Jun 2010 at 7:28
Original issue reported on code.google.com by
skarzhev...@gmail.com
on 8 Jun 2010 at 7:28