mirror of
https://github.com/apache/olingo-odata4.git
synced 2025-02-06 10:09:25 +00:00
[OLINGO-348] Fixed test for none english environments
This commit is contained in:
parent
23789e100b
commit
3e81f054c0
@ -33,6 +33,11 @@ public class TranslatedExceptionsTest {
|
||||
private static final String ONEPARAM = "ONEPARAM";
|
||||
private static final String TWOPARAM = "TWOPARAM";
|
||||
|
||||
public TranslatedExceptionsTest() {
|
||||
// for test reason we assume a system with a default Locale.ENGLISH
|
||||
Locale.setDefault(Locale.ENGLISH);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void basic() {
|
||||
ODataTranslatedException exp = new ODataTranslatedException(DEV, BASIC);
|
||||
|
Loading…
x
Reference in New Issue
Block a user