[
https://issues.apache.org/jira/browse/MAHOUT-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14395895#comment-14395895
]
Suneel Marthi commented on MAHOUT-1605:
---------------------------------------
yeah, would help if u could verify the patch against present codebase. I see
that Sean modified that specific code after this patch was created, the patch
may need some updates ?
> 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
> Assignee: Anand Avati
> Priority: Trivial
> Labels: legacy
> Fix For: 0.10.0
>
>
> 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.3.4#6332)