Index: pom.xml =================================================================== --- pom.xml (revision 40817) +++ pom.xml (working copy) @@ -4,15 +4,15 @@ org.jenkins-ci.plugins plugin - 1.400 + 1.424 - - org.jvnet.hudson.plugins + + org.jenkins-ci.plugins mstest hpi JENKINS MSTest plugin Generates test reports for MSTest. - 0.8-SNAPSHOT + 0.8-TimeoutFix http://wiki.jenkins-ci.org/display/JENKINS/MSTest+Plugin @@ -21,7 +21,7 @@ Antonio Marques - + org.jmock @@ -58,7 +58,45 @@ http://repo.jenkins-ci.org/public/ + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.6 + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.0 + + + org.apache.maven.plugins + maven-release-plugin + 2.3.2 + + + + + + org.apache.maven.plugins + maven-release-plugin + + deploy + + + + + repo.jenkins-ci.org Index: src/main/resources/hudson/plugins/mstest/mstest-to-junit.xsl =================================================================== --- src/main/resources/hudson/plugins/mstest/mstest-to-junit.xsl (revision 40817) +++ src/main/resources/hudson/plugins/mstest/mstest-to-junit.xsl (working copy) @@ -6,10 +6,11 @@ - + + @@ -61,7 +62,7 @@ name="{$testName}" time="{$duration_hours*3600 + $duration_minutes*60 + $duration_seconds }"> - + MESSAGE: @@ -70,11 +71,29 @@ + + +MESSAGE: + ++++++++++++++++++++ +STACK TRACE: + + + - + + + + + +Test Run - : + + + +