|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Kevin German
Path:
src/main/java/hudson/plugins/plot/XMLSeries.java
src/test/java/hudson/plugins/plot/XMLSeriesTest.java
http://jenkins-ci.org/commit/plot-plugin/96f1acc161a6c536e0b4b4f66e646fd724edf308
Log:
reimplement loadSeries to support all cases described in tests - fix JENKINS-21493
rename test methods to descibe use case being asserted
cleanup use of Double.parseDouble and replace with Scanner becuase it
extract block to handle case for coalescing nodes in a Nodeset
supports LOCALES, does not throw, handles commas appropriately for locale
and doesn't throw.
Tests updated where comparisons were failing for number format.