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

andrug
12.22.2007 b93b4db70d3994a92a1d6a32416ea53c2a58c9a0
remove calls of checkRC() as it is already called in addEntry() and StartDsWithScript() functions
1 files modified
15 ■■■■■ changed files
opends/tests/functional-tests/testcases/core/core_setup.xml 15 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/core/core_setup.xml
@@ -59,11 +59,6 @@
              <call function="'StartDsWithScript'">
               { 'location'  : STAF_REMOTE_HOSTNAME }
              </call>
              <call function="'checkRC'">
                { 'returncode' : RC ,
                  'result'     : STAXResult
                }
              </call>
              <!--- Check that DS started -->
              <call function="'isAlive'">
                { 'noOfLoops'        : 5 ,
@@ -89,11 +84,6 @@
                                     % logsRemoteDataDir
                }
              </call>
              <call function="'checkRC'">
                { 'returncode' : RC ,
                  'result'     : STAXResult
                }
              </call>
              <message>
                'Add 1000 extra entries that are required for some of the \
                Core Tests'
@@ -107,11 +97,6 @@
                                     % logsRemoteDataDir
                }
              </call>
              <call function="'checkRC'">
                { 'returncode' : RC ,
                  'result'     : STAXResult
                }
              </call>
            </sequence>
            <!-- End Block DS Load Data -->
          </block>