Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.3.3
-
None
Description
ShowArtifactAction creates the human readable size as DecimalFormat("#,###.##"). The problem is that the '.' (dot) in the format not really represents a dot, but the decimal symbol of the respective Locale. Thus over here in Austria, I get "12,6 K" instead of the assumed "12.6 K" which makes the tests fail.
Solution: either fix the test of explicitely use DecimalFormatSymbols.