mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
FIX: Run CsvReaderTest also in german locale
This commit is contained in:
@@ -11,10 +11,11 @@ import java.io.Reader;
|
||||
import java.net.URL;
|
||||
import java.time.LocalDate;
|
||||
import java.time.format.DateTimeFormatter;
|
||||
import java.util.Locale;
|
||||
|
||||
class CsvReaderTest {
|
||||
|
||||
final DateTimeFormatter dateFormatter = DateTimeFormatter.ofPattern("dd-MMM-yyyy");
|
||||
final DateTimeFormatter dateFormatter = DateTimeFormatter.ofPattern("dd-MMM-yyyy", Locale.ENGLISH);
|
||||
|
||||
@Test
|
||||
void test() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user