From d82fb3df299d1c1dfcb24befa089f13c5dd0a9ae Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Fri, 06 Jul 2007 15:29:00 +0000
Subject: [PATCH] WS modification
---
opends/tests/functional-tests/testcases/replication/basic/replication_basic.xml | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/replication/basic/replication_basic.xml b/opends/tests/functional-tests/testcases/replication/basic/replication_basic.xml
index 8a882b9..8ccd4d1 100644
--- a/opends/tests/functional-tests/testcases/replication/basic/replication_basic.xml
+++ b/opends/tests/functional-tests/testcases/replication/basic/replication_basic.xml
@@ -219,14 +219,11 @@
'dsInstanceDn' : server2.getRootDn() ,
'dsInstancePswd' : server2.getRootPwd() ,
'dsBaseDN' : entryDn,
- 'dsFilter' : 'objectclass=*' }
+ 'dsFilter' : 'objectclass=*' ,
+ 'expectedRC' : 32
+ }
</call>
- <call function="'checktestRC'">
- { 'returncode' : RC ,
- 'result' : STAXResult ,
- 'expected' : 32 }
- </call>
<call function="'testCase_Postamble'"/>
</sequence>
</testcase>
--
Gitblit v1.10.0