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

gary_williams
29.45.2006 7ceef58f514972b6017aae2cbae8c62e015d6c0b
opends/tests/functional-tests/testcases/backends/import-tasks.xml
@@ -35,31 +35,28 @@
    <sequence>
    
      <parallel>
        <!--- Block : DS -->
        <block name="'Block DS Process Active'">
          <!--- Block : DS -->
          <testcase name="'StartDS'">
            <sequence>
              <message>
                 'Start DS to run on port %s' % (DIRECTORY_INSTANCE_PORT)
              </message>
              <!--- Start DS -->
              <call function="'startDS'">
                { 'dsbinpath' : '%s' % (OPENDS_BINPATH) }
              </call>
              <call function="'checktestRC'">
                  { 'returncode' : RC ,
                    'result'     : STAXResult }
              </call>
            </sequence>
          </testcase>
         <!--- Start DS -->
         <sequence>
           <message>
              'Start DS to run on port %s' % (DIRECTORY_INSTANCE_PORT)
           </message>
  
        <!--- Block : DS -->
           <call function="'startDS'">
             { 'dsbinpath' : '%s' % (OPENDS_BINPATH) }
           </call>
           <call function="'checkRC'">
               { 'returncode' : RC ,
                 'result'     : STAXResult }
           </call>
         </sequence>
        <!--- Block : DS -->
        </block>
       
        <!--- Block : Test Cases -->
@@ -1366,26 +1363,23 @@
            <!-- Need to know what the error codes are -->
            
            <!--- Test Case : Stop DS -->
            <testcase name="'StopDS'">
              <sequence>
                <message>
                   'Stop DS running on port %s' % (DIRECTORY_INSTANCE_PORT)
                </message>
                <!--- Stop DS -->
                <call function="'stopDS'">
                  { 'dsInstancePort' : '%s' % (DIRECTORY_INSTANCE_PORT) }
                </call>
            <!--- Stop DS -->
             <sequence>
               <message>
                  'Stop DS running on port %s' % (DIRECTORY_INSTANCE_PORT)
               </message>
      
                <call function="'checktestRC'">
                    { 'returncode' : RC ,
                      'result'     : STAXResult }
                </call>
              </sequence>
            </testcase>
               <!--- Stop DS -->
               <call function="'stopDS'">
                 { 'dsInstancePort' : '%s' % (DIRECTORY_INSTANCE_PORT) }
               </call>
               <call function="'checkRC'">
                   { 'returncode' : RC ,
                     'result'     : STAXResult }
               </call>
             </sequence>
          
          </sequence>