-
Notifications
You must be signed in to change notification settings - Fork 785
Closed
Description
The regression tests fail without any locale settings or with "C" or "en_us.UTF-8".
env LANG=en_us.UTF-8 LC_CTYPE=en_us.UTF-8 LC_MESSAGES=en_us.UTF-8 ./mvnw integration-test
...
[ERROR] TextAnalyzerTest.defaultEncoding:61 expected:<[ASCII]> but was:<[UTF8]>
[ERROR] TextAnalyzerTest.resetsStreamOnShortInput:71 expected:<[ASCII]> but was:<[UTF8]>
...
Versions:
SunOS 5.11 11.3 sun4v sparc sun4v
java version "1.8.0_141"
Java(TM) SE Runtime Environment (build 1.8.0_141-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.141-b15, mixed mode)