mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-09 18:48:51 -06:00
force US locale for tests
This commit is contained in:
@@ -31,6 +31,14 @@ import static org.hamcrest.MatcherAssert.*;
|
||||
|
||||
public class DateUtilsTest extends BaseUnitTest
|
||||
{
|
||||
@Before
|
||||
@Override
|
||||
public void setUp() throws Exception
|
||||
{
|
||||
super.setUp();
|
||||
DateUtils.setFixedLocale(Locale.US);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testFormatHeaderDate()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user