From 13117e08c9cf5c7da1afcf5c0081f8df169a315c Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 31 Oct 2007 17:36:05 +0000
Subject: [PATCH] generate a summary text file
---
opends/tests/functional-tests/shared/xsl/my-report.xsl | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/opends/tests/functional-tests/shared/xsl/my-report.xsl b/opends/tests/functional-tests/shared/xsl/my-report.xsl
index 250ba02..8de2054 100644
--- a/opends/tests/functional-tests/shared/xsl/my-report.xsl
+++ b/opends/tests/functional-tests/shared/xsl/my-report.xsl
@@ -163,8 +163,7 @@
<th align="center">Build</th>
<th align="center">Revision</th>
<th align="center">Platform</th>
- <th align="center">JVM Version</th>
- <th align="center">JVM Vendor</th>
+ <th align="center">JVM</th>
<th align="center" width="5%">Total</th>
<th align="center" width="5%">Pass</th>
<th align="center" width="5%">Fail</th>
@@ -175,9 +174,8 @@
<tr>
<th align="center"><xsl:value-of select="$identification/buildid"/></th>
<th align="center"><xsl:value-of select="$identification/revision"/></th>
- <th align="center"><xsl:value-of select="$identification/platform"/></th>
- <th align="center"><xsl:value-of select="$identification/jvm-version"/></th>
- <th align="center"><xsl:value-of select="$identification/jvm-vendor"/></th>
+ <th align="center"><xsl:value-of select="$identification/os-label"/></th>
+ <th align="center"><xsl:value-of select="$identification/jvm-label"/></th>
<th align="center"><xsl:value-of select="$total"/></th>
<th align="center"><xsl:value-of select="$pass"/></th>
<th align="center"><xsl:value-of select="$fail"/></th>
--
Gitblit v1.10.0