-
Notifications
You must be signed in to change notification settings - Fork 466
Test fails on enviroments with German Local #473
Copy link
Copy link
Closed
Labels
🚨This issue needs some love.This issue needs some love.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The test
testContentLoggingLimitWithLoggingEnabledAndDisabledfails due to using a fixed decimal separator character (','), whereas theLoggingByteArrayOutputStreamusesNumberFormatto format the output according to given locale.These are the two methods, that make the test fail. ('18,000' needs be adapted)