[
https://issues.apache.org/jira/browse/MAHOUT-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14089277#comment-14089277
]
ASF GitHub Bot commented on MAHOUT-1605:
----------------------------------------
GitHub user FRosner opened a pull request:
https://github.com/apache/mahout/pull/41
MAHOUT-1605 - Make VisualizerTest locale independent
https://issues.apache.org/jira/browse/MAHOUT-1605
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/FRosner/mahout master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mahout/pull/41.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #41
----
commit e3bffc156ca8c80bfcb1dd67db79747362c03575
Author: Frank Rosner <[email protected]>
Date: 2014-08-07T13:48:06Z
MAHOUT-1605 use more readable variable names and remove obsolete comments
commit d1faa434add746a8c44c5071f804b7ba996267c5
Author: Frank Rosner <[email protected]>
Date: 2014-08-07T14:36:30Z
MAHOUT-1605 use system dependent decimal separator for expectations
----
> Make VisualizerTest locale independent
> ----------------------------------------
>
> Key: MAHOUT-1605
> URL: https://issues.apache.org/jira/browse/MAHOUT-1605
> Project: Mahout
> Issue Type: Test
> Affects Versions: 0.9
> Reporter: Frank Rosner
> Priority: Trivial
>
> h5. Problem
> When trying to build Mahout on a machine with a locale that uses a different
> decimal separator, {{org.apache.mahout.classifier.df.tools.VisualizerTest}}
> fails because of String assertions that are locale dependent.
> Expected: {{humidity < 77.5 : yes}}
> Actual: {{humidity < 77,5 : yes}}
> h5. Solution
> Make assertions locale independent.
--
This message was sent by Atlassian JIRA
(v6.2#6252)