thekrakken / java-grok

Simple API that allows you to easily parse logs and other files
http://grok.nflabs.com/
Other
358 stars 152 forks source link

Set English locale for ApacheDataTypeTest #30

Closed joschi closed 9 years ago

joschi commented 9 years ago

The DateConverter class is dependent on the current default locale which makes ApacheDataTypeTest fail for several languages/locales other than English.

This PR sets Locale.ENGLISH as default locale for this test and fixes #27.

anthonycorbacho commented 9 years ago

I am going to merge this PR and fix your point pinguinkiste