mirror of
https://github.com/apache/openjpa.git
synced 2025-02-06 10:09:30 +00:00
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:
parent
8adfc84d9c
commit
45c89bd455
@ -37,8 +37,7 @@ public class TestLocalizer extends TestCase {
|
||||
}
|
||||
|
||||
public void setUp() {
|
||||
_locals = Localizer.forPackage(LocalizerTestHelper.class,
|
||||
Locale.GERMANY);
|
||||
_locals = Localizer.forPackage(LocalizerTestHelper.class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user