youdonghai opened a new pull request #1215: fix unit test failure in non-English environment URL: https://github.com/apache/tinkerpop/pull/1215 Hello everyone, I am a gremlin user from China. When I tried to build tinkerpop, I encountered a problem with the unit test failure. The error log looks like this: `java.text.ParseException: Unparseable date: "1-Jan-2018"` This is because my operating system default language is Chinese, the January in Chinese should be "一月". This pull request can fix this problem.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
