Branch: refs/heads/master
Home: https://github.com/jenkinsci/testng-plugin-plugin
Commit: bd4c12982bd3439554dbc4dc44db2b1e2a36891e
https://github.com/jenkinsci/testng-plugin-plugin/commit/bd4c12982bd3439554dbc4dc44db2b1e2a36891e
Author: Nalin Makar <[email protected]>
Date: 2013-01-05 (Sat, 05 Jan 2013)
Changed paths:
M README
M pom.xml
Log Message:
-----------
Update pom.xml
1. Updated compatible Jenkins version to v1.447 (almost an year old)
2. Removed unnecessary sections from pom
3. Added encoding information
Commit: b71d891567cb85434b6d56d85915e7b0a8cbbf10
https://github.com/jenkinsci/testng-plugin-plugin/commit/b71d891567cb85434b6d56d85915e7b0a8cbbf10
Author: Nalin Makar <[email protected]>
Date: 2013-01-05 (Sat, 05 Jan 2013)
Changed paths:
M README
M src/main/java/hudson/plugins/testng/util/FormatUtil.java
A src/test/java/hudson/plugins/testng/util/FormatUtilTest.java
Log Message:
-----------
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