From 123bfa9d69636d53e24660b5dbd4c62c6172e257 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Fri, 06 Jul 2007 15:30:18 +0000
Subject: [PATCH] WS modification

---
 opends/tests/functional-tests/testcases/aci/aci_targetscope.xml |   30 +++++++++---------------------
 1 files changed, 9 insertions(+), 21 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/aci/aci_targetscope.xml b/opends/tests/functional-tests/testcases/aci/aci_targetscope.xml
index e83e2df..e186e13 100755
--- a/opends/tests/functional-tests/testcases/aci/aci_targetscope.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci_targetscope.xml
@@ -1024,13 +1024,9 @@
                     'dsInstancePort'   : DIRECTORY_INSTANCE_PORT ,
                     'dsInstanceDn'     : DIRECTORY_INSTANCE_DN ,
                     'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
-                    'entryToBeModified'   : '%s/aci/aci_targetscope/%s' % (logsRemoteDataDir,curr_aci_ldif_file) }
-                </call>
-    
-                 <call function="'checktestRC'">
-                    { 'returncode' : RC ,
-                      'result'     : STAXResult ,
-                      'expected'   : 21 }
+                    'entryToBeModified'   : '%s/aci/aci_targetscope/%s' % (logsRemoteDataDir,curr_aci_ldif_file) ,
+                    'expectedRC'          : 21
+                }
                 </call>
                 
                 <call function="'testCase_Postamble'"/>
@@ -1068,13 +1064,9 @@
                     'dsInstancePort'   : DIRECTORY_INSTANCE_PORT ,
                     'dsInstanceDn'     : DIRECTORY_INSTANCE_DN ,
                     'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
-                    'entryToBeModified'   : '%s/aci/aci_targetscope/%s' % (logsRemoteDataDir,curr_aci_ldif_file) }
-                </call>
-    
-                 <call function="'checktestRC'">
-                    { 'returncode' : RC ,
-                      'result'     : STAXResult ,
-                      'expected'   : 21 }
+                    'entryToBeModified'   : '%s/aci/aci_targetscope/%s' % (logsRemoteDataDir,curr_aci_ldif_file) ,
+                    'expectedRC'          : 21
+                }
                 </call>
                 
                 <call function="'testCase_Postamble'"/>
@@ -1112,13 +1104,9 @@
                     'dsInstancePort'   : DIRECTORY_INSTANCE_PORT ,
                     'dsInstanceDn'     : DIRECTORY_INSTANCE_DN ,
                     'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
-                    'entryToBeModified'   : '%s/aci/aci_targetscope/%s' % (logsRemoteDataDir,curr_aci_ldif_file) }
-                </call>
-    
-                 <call function="'checktestRC'">
-                    { 'returncode' : RC ,
-                      'result'     : STAXResult ,
-                      'expected'   : 21 }
+                    'entryToBeModified'   : '%s/aci/aci_targetscope/%s' % (logsRemoteDataDir,curr_aci_ldif_file) ,
+                    'expectedRC'          : 21
+                }
                 </call>
                 
                 <call function="'testCase_Postamble'"/>

--
Gitblit v1.10.0