From b93b4db70d3994a92a1d6a32416ea53c2a58c9a0 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Wed, 12 Dec 2007 17:22:53 +0000
Subject: [PATCH] remove calls of checkRC() as it is already called in addEntry() and StartDsWithScript() functions

---
 opends/tests/functional-tests/testcases/core/core_setup.xml |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/core/core_setup.xml b/opends/tests/functional-tests/testcases/core/core_setup.xml
index d6992fb..a732211 100644
--- a/opends/tests/functional-tests/testcases/core/core_setup.xml
+++ b/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>

--
Gitblit v1.10.0