From 75ace4eb028a63acfc8d6933eaa4f209400ace8f 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)

---
 opends/tests/system-tests/report/clientDetails.xsl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/tests/system-tests/report/clientDetails.xsl b/opends/tests/system-tests/report/clientDetails.xsl
index 70a5edf..624609e 100644
--- a/opends/tests/system-tests/report/clientDetails.xsl
+++ b/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