From ae17d1634a5572dbd88f23b140fe7b7e707e0491 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Mon, 11 Aug 2008 06:00:04 +0000
Subject: [PATCH] summarize times

---
 plugins/org.eclipse.wtp.releng.tools/META-INF/MANIFEST.MF       | 2 +-
 .../org/eclipse/wtp/releng/tools/ResultsSummaryGenerator.java   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/plugins/org.eclipse.wtp.releng.tools/META-INF/MANIFEST.MF b/plugins/org.eclipse.wtp.releng.tools/META-INF/MANIFEST.MF
index 2a0b2d7bb..99996af20 100644
--- a/plugins/org.eclipse.wtp.releng.tools/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.wtp.releng.tools/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.eclipse.wtp.releng.tools;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.1.0.qualifier
 Require-Bundle: org.apache.ant;bundle-version="[1.7.0,2.0.0)"
 Bundle-Localization: plugin
 Bundle-ClassPath: wtpRelengTools.jar
diff --git a/plugins/org.eclipse.wtp.releng.tools/src/org/eclipse/wtp/releng/tools/ResultsSummaryGenerator.java b/plugins/org.eclipse.wtp.releng.tools/src/org/eclipse/wtp/releng/tools/ResultsSummaryGenerator.java
index 0c0255ead..7fde66d12 100644
--- a/plugins/org.eclipse.wtp.releng.tools/src/org/eclipse/wtp/releng/tools/ResultsSummaryGenerator.java
+++ b/plugins/org.eclipse.wtp.releng.tools/src/org/eclipse/wtp/releng/tools/ResultsSummaryGenerator.java
@@ -968,6 +968,8 @@ public class ResultsSummaryGenerator extends Task {
 			aString = aString + "<td CLASS=\"" + "numeric" + "\">" + String.valueOf(errorCount) + "</td>" + EOL;
 			aString = aString + "<td CLASS=\"" + "numeric" + "\">" + String.valueOf(totalTests) + "</td>" + EOL;
 
+			aString = aString + "<td CLASS=\"" + "numeric" + "\">" + String.valueOf(totalTimes) + "</td>" + EOL;
+
 		}
 
 		return aString;
-- 
GitLab