From 3db80141a6548d9e51ee9b3335b675f1f144b32f Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Thu, 17 Apr 2008 16:30:08 +0000
Subject: [PATCH] fix typo: set a generic name : replace nbMaxSearch by nbMaxOperations

---
 opendj-sdk/opends/tests/system-tests/scenario/sample/conf.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opends/tests/system-tests/scenario/sample/conf.xml b/opendj-sdk/opends/tests/system-tests/scenario/sample/conf.xml
index 6c940d1..9200266 100755
--- a/opendj-sdk/opends/tests/system-tests/scenario/sample/conf.xml
+++ b/opendj-sdk/opends/tests/system-tests/scenario/sample/conf.xml
@@ -112,7 +112,7 @@
         <serverInstance>I1</serverInstance>
         <baseDn>dc=com</baseDn>
         <nbCnx>5</nbCnx>
-        <nbMaxSearch>5</nbMaxSearch>
+        <nbMaxOperations>5</nbMaxOperations>
         <attribute>sn</attribute>
       </client>
       
@@ -121,7 +121,7 @@
         <serverInstance>I2</serverInstance>
         <baseDn>dc=com</baseDn>
         <nbCnx>5</nbCnx>
-        <nbMaxSearch>5</nbMaxSearch>
+        <nbMaxOperations>5</nbMaxOperations>
         <attribute>sn</attribute>
       </client>
       
@@ -140,7 +140,7 @@
         <serverInstance>I1</serverInstance>
         <baseDn>dc=com</baseDn>
         <nbCnx>5</nbCnx>
-        <nbMaxSearch>5</nbMaxSearch>
+        <nbMaxOperations>5</nbMaxOperations>
         <attribute>sn</attribute>
       </client>
     </module>

--
Gitblit v1.10.0