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/global_acis.xml | 45 ++++++++++++---------------------------------
1 files changed, 12 insertions(+), 33 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/aci/global_acis.xml b/opends/tests/functional-tests/testcases/aci/global_acis.xml
index 2e1778b..c9e946b 100755
--- a/opends/tests/functional-tests/testcases/aci/global_acis.xml
+++ b/opends/tests/functional-tests/testcases/aci/global_acis.xml
@@ -654,13 +654,9 @@
'dsInstancePswd' : 'ACIRules' ,
'dsBaseDN' : 'cn=config' ,
'dsFilter' : 'objectclass=*' ,
- 'attributes' : '+'}
- </call>
-
- <call function="'checktestRC'">
- { 'returncode' : RC ,
- 'result' : STAXResult ,
- 'expected' : 50 }
+ 'attributes' : '+' ,
+ 'expectedRC' : 50
+ }
</call>
<call function="'testCase_Postamble'"/>
@@ -864,13 +860,9 @@
'dsInstancePort' : DIRECTORY_INSTANCE_PORT ,
'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' ,
'dsInstancePswd' : 'ACIRules' ,
- 'entryToBeModified' : '%s/aci/global_acis/mod_entry1.ldif' % logsRemoteDataDir }
- </call>
-
- <call function="'checktestRC'">
- { 'returncode' : RC ,
- 'result' : STAXResult ,
- 'expected' : 50 }
+ 'entryToBeModified' : '%s/aci/global_acis/mod_entry1.ldif' % logsRemoteDataDir ,
+ 'expectedRC' : 50
+ }
</call>
<call function="'testCase_Postamble'"/>
@@ -903,13 +895,9 @@
'dsInstancePort' : DIRECTORY_INSTANCE_PORT ,
'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' ,
'dsInstancePswd' : 'ACIRules' ,
- 'entryToBeModified' : '%s/aci/global_acis/del_entry1.ldif' % logsRemoteDataDir }
- </call>
-
- <call function="'checktestRC'">
- { 'returncode' : RC ,
- 'result' : STAXResult ,
- 'expected' : 50 }
+ 'entryToBeModified' : '%s/aci/global_acis/del_entry1.ldif' % logsRemoteDataDir ,
+ 'expectedRC' : 50
+ }
</call>
<call function="'testCase_Postamble'"/>
@@ -942,13 +930,9 @@
'dsInstancePort' : DIRECTORY_INSTANCE_PORT ,
'dsInstanceDn' : 'uid=auser,ou=people,o=ACI Tests,dc=example,dc=com' ,
'dsInstancePswd' : 'ACIRules' ,
- 'entryToBeModified' : '%s/aci/global_acis/modrdn_entry1.ldif' % logsRemoteDataDir }
- </call>
-
- <call function="'checktestRC'">
- { 'returncode' : RC ,
- 'result' : STAXResult ,
- 'expected' : 50 }
+ 'entryToBeModified' : '%s/aci/global_acis/modrdn_entry1.ldif' % logsRemoteDataDir ,
+ 'expectedRC' : 50
+ }
</call>
<call function="'testCase_Postamble'"/>
@@ -983,11 +967,6 @@
'dsInstancePswd' : 'ACIRules' ,
'entryToBeModified' : '%s/aci/global_acis/mod_entry2.ldif' % logsRemoteDataDir }
</call>
-
- <call function="'checktestRC'">
- { 'returncode' : RC ,
- 'result' : STAXResult }
- </call>
<call function="'testCase_Postamble'"/>
--
Gitblit v1.10.0