[
http://jira.codehaus.org/browse/CONTINUUM-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wendy Smoak updated CONTINUUM-1826:
-----------------------------------
Affects Version/s: 1.3.4
Fix Version/s: Backlog
I can reproduce this with 1.3.4 by executing:
{noformat}
export LC_ALL=fr_FR.UTF-8
bin/continuum start
{noformat}
then viewing a surefire report, for example
http://localhost:8080/continuum/surefireReport.action?projectId=19&projectGroupId=13&buildId=47
All of the times show as zero. Prior to re-starting with the changed LC_ALL
value, the times were there.
> Surefire reports show times of 0 when LC_ALL is set to fr_FR.UTF-8
> ------------------------------------------------------------------
>
> Key: CONTINUUM-1826
> URL: http://jira.codehaus.org/browse/CONTINUUM-1826
> Project: Continuum
> Issue Type: Bug
> Components: Web interface
> Affects Versions: 1.1, 1.3.4
> Environment: Unix.
> export LC_ALL fr_FR.UTF-8
> Reporter: Paul Guyot
> Priority: Minor
> Fix For: Backlog
>
>
> Surefire reports (http://server/continuum/surefireReport.action) show all
> times as 0 if LC_ALL was set to fr_FR.UTF-8 when continuum was started.
> Restarting continuum without this variable fixes the problem.
> I believe the problem comes from this line:
> Number time = numberFormat.parse( attributes.getValue( "time" ) );
> ReportTestSuite.java:96
> There might be other occurrences.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira