From 85cbf43795655b227990b51235e79bfa2951b822 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Thu, 22 May 2008 11:06:00 +0000
Subject: [PATCH] use percentage result for specific phase (scheduler,verdict)
---
opendj-sdk/opends/tests/system-tests/report/clientDetails.xsl | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/tests/system-tests/report/clientDetails.xsl b/opendj-sdk/opends/tests/system-tests/report/clientDetails.xsl
index 70a5edf..624609e 100644
--- a/opendj-sdk/opends/tests/system-tests/report/clientDetails.xsl
+++ b/opendj-sdk/opends/tests/system-tests/report/clientDetails.xsl
@@ -20,6 +20,7 @@
<xsl:apply-templates select="instance"/>
<xsl:apply-templates select="operation"/>
<xsl:apply-templates select="message"/>
+ <xsl:apply-templates select="operationResult"/>
</p>
</body>
</html>
--
Gitblit v1.10.0