Code changed in jenkins
User: Nalin Makar
Path:
README
src/main/java/hudson/plugins/testng/util/FormatUtil.java
src/test/java/hudson/plugins/testng/util/FormatUtilTest.java
http://jenkins-ci.org/commit/testng-plugin-plugin/b71d891567cb85434b6d56d85915e7b0a8cbbf10
Log:
Fixed: JENKINS-15119 - Duration sorting is incorrect in TestNG report

1. Sorting in Jenkins table is alphabetic and that was a problem for how we were formatting duration string. Also, our duration strings were difficult to read. Changed it to be:
a. "> 24hrs", or
b. hh:mm:ss.ZZZ

This takes care of sorting as well as makes reading/comparing the time duration easier across multiple rows. Added FormatUtilTest as well.

Compare: https://github.com/jenkinsci/testng-plugin-plugin/compare/d39f3bb74efe...b71d891567cb

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

Reply via email to