From ff2a6e0417006caaa1a723ad5f4740670f473346 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

---
 opends/tests/system-tests/scenario/conf.dtd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/system-tests/scenario/conf.dtd b/opends/tests/system-tests/scenario/conf.dtd
index d006859..7994472 100755
--- a/opends/tests/system-tests/scenario/conf.dtd
+++ b/opends/tests/system-tests/scenario/conf.dtd
@@ -128,6 +128,6 @@
   <!ELEMENT serverInstance (#PCDATA)>
   <!ELEMENT baseDn (#PCDATA)>
   <!ELEMENT nbCnx (#PCDATA)>
-  <!ELEMENT nbMaxSearch (#PCDATA)>
+  <!ELEMENT nbMaxOperations (#PCDATA)>
   <!ELEMENT attribute (#PCDATA)>
 

--
Gitblit v1.10.0