From f5d1f32804f7aa34d071115ab51abab9ea3ff878 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Mon, 27 Oct 2008 16:16:49 +0000
Subject: [PATCH] Issue 851: log archiving, reporting and results collection

---
 opends/tests/staf-tests/shared/tests/runTestJob.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/opends/tests/staf-tests/shared/tests/runTestJob.xml b/opends/tests/staf-tests/shared/tests/runTestJob.xml
index b5b5666..3c992d7 100644
--- a/opends/tests/staf-tests/shared/tests/runTestJob.xml
+++ b/opends/tests/staf-tests/shared/tests/runTestJob.xml
@@ -636,12 +636,12 @@
           
           # Create the testcase element
           case = doc.createElement("testcase")
-          case.setAttribute("group", "%s" %tcgroup)
-          case.setAttribute("suite", "%s" %tcsuite)
-          case.setAttribute("name", "%s" %tcname)
-          case.setAttribute("result", "%s" %tcresult)
-          case.setAttribute("start", "%s" %tcstart)
-          case.setAttribute("stop", "%s" %tcstop)
+          case.setAttribute("group", "%s" % tcgroup)
+          case.setAttribute("suite", "%s" % tcsuite)
+          case.setAttribute("name", "%s" % tcname)
+          case.setAttribute("result", "%s" % tcresult)
+          case.setAttribute("start", "%s" % tcstart)
+          case.setAttribute("stop", "%s" % tcstop)
           case.setAttribute("duration", "%s" % tcdurationsecs)
           suite.appendChild(case)
 

--
Gitblit v1.10.0