mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gary_williams
27.16.2008 f5d1f32804f7aa34d071115ab51abab9ea3ff878
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)