Fixed assumption by test case that the default locale would not be GERMANY, which was special-cased in the test.

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@436944 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2006-08-25 20:57:46 +00:00
parent 8adfc84d9c
commit 45c89bd455

View File

@ -37,8 +37,7 @@ public class TestLocalizer extends TestCase {
}
public void setUp() {
_locals = Localizer.forPackage(LocalizerTestHelper.class,
Locale.GERMANY);
_locals = Localizer.forPackage(LocalizerTestHelper.class);
}
/**