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

andrug
04.52.2008 94191c3f6bfa29d75c519803da8de08bc9e7cc7d
opends/tests/system-tests/phases/scheduler/scheduler.xml
@@ -174,15 +174,14 @@
            logFile = STAXResult
            fileList.append(logFile)
            fileFd = open(logFile,'w')
            # Write start tag
            str = '\n<client name=\"%s\"' % client.getName()
            str = '%s host=\"%s\"'           % (str,client.getHost())
            str = '%s start=\"%s\"'          % (str,client.getStart())
            str = '%s stop=\"%s\"'           % (str,client.getStop())
            str = '%s dependency=\"%s\">\n' % (str,client.getDependency())
            fileFd.write(str)
          </script>
          <!-- == Write tag for xml report -->
          <call function="'writeStartTagClient'">
          {
            'client' : client,
            'fileFd' : LOG_MAIN_FD
          }
          </call>
          
          
          <!--== Start is NOT defined in client attribute ==-->
@@ -259,9 +258,12 @@
          </call>
          
          
          <!-- == Write tag for xml report -->
          <call function="'writeEndTagClient'">
          { 'fileFd'    : LOG_MAIN_FD }
          </call>
          <!--==== close logfile ====-->
          <script>
            fileFd.write('&lt;/client&gt;\n')
            fileFd.close()
            fileFd = ''
          </script>