From commits-return-4416-apmail-continuum-commits-archive=continuum.apache.org@continuum.apache.org Mon Oct 13 20:37:56 2008 Return-Path: Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: (qmail 97135 invoked from network); 13 Oct 2008 20:37:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Oct 2008 20:37:56 -0000 Received: (qmail 21099 invoked by uid 500); 13 Oct 2008 20:37:57 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 21043 invoked by uid 500); 13 Oct 2008 20:37:57 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 21034 invoked by uid 99); 13 Oct 2008 20:37:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2008 13:37:57 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2008 20:36:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D0F68238889E; Mon, 13 Oct 2008 13:37:35 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r704240 - /continuum/branches/continuum-1.2.x/continuum-core/src/main/resources/org/apache/maven/continuum/notification/mail/templates/common.vm Date: Mon, 13 Oct 2008 20:37:35 -0000 To: commits@continuum.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081013203735.D0F68238889E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: evenisse Date: Mon Oct 13 13:37:35 2008 New Revision: 704240 URL: http://svn.apache.org/viewvc?rev=704240&view=rev Log: [CONTINUUM-1930] Add unit time Modified: continuum/branches/continuum-1.2.x/continuum-core/src/main/resources/org/apache/maven/continuum/notification/mail/templates/common.vm Modified: continuum/branches/continuum-1.2.x/continuum-core/src/main/resources/org/apache/maven/continuum/notification/mail/templates/common.vm URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-core/src/main/resources/org/apache/maven/continuum/notification/mail/templates/common.vm?rev=704240&r1=704239&r2=704240&view=diff ============================================================================== --- continuum/branches/continuum-1.2.x/continuum-core/src/main/resources/org/apache/maven/continuum/notification/mail/templates/common.vm (original) +++ continuum/branches/continuum-1.2.x/continuum-core/src/main/resources/org/apache/maven/continuum/notification/mail/templates/common.vm Mon Oct 13 13:37:35 2008 @@ -165,7 +165,7 @@ #set( $successRate = (($testResult.testCount - ( $testResult.failureCount + $testResult.errorCount)) * 100) / $testResult.testCount) Success Rate: $successRate #end -Total time: $testResult.totalTime +Total time: $testResult.totalTime s. #end #if ( $build.state == 4 )