From 1dd486d99ea4419cca3fbe9be51c96a9fdcf1711 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Thu, 17 Apr 2008 16:34:31 +0000
Subject: [PATCH] fix typo

---
 opends/tests/system-tests/clients/searchLoad/searchLoad.xml                              |    2 +-
 opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml                              |    2 +-
 opends/tests/system-tests/scenario/sample2/clients/sampleSearchLoad/sampleSearchLoad.xml |    3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml b/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml
index 4e2442f..ea2f701 100755
--- a/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml
+++ b/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml
@@ -93,7 +93,7 @@
           nbMaxModify = cParams[3][1]
         except IndexError:
           nbMaxModify = NOT_DEFINED
-          msg = '%s\nERROR: nbMaxModify undefined,mandatory' % msg
+          msg = '%s\nERROR: nbMaxOperations undefined,mandatory' % msg
         try:
           attributeName = cParams[4][1]
         except IndexError:
diff --git a/opends/tests/system-tests/clients/searchLoad/searchLoad.xml b/opends/tests/system-tests/clients/searchLoad/searchLoad.xml
index df2f2f3..25da3ee 100755
--- a/opends/tests/system-tests/clients/searchLoad/searchLoad.xml
+++ b/opends/tests/system-tests/clients/searchLoad/searchLoad.xml
@@ -93,7 +93,7 @@
           nbMaxSearch = cParams[3][1]
         except IndexError:
           nbMaxSearch = NOT_DEFINED
-          msg = '%s\nERROR: nbMaxSearch undefined,mandatory' % msg
+          msg = '%s\nERROR: nbMaxOperations undefined,mandatory' % msg
         try:
           attributeName = cParams[4][1]
         except IndexError:
diff --git a/opends/tests/system-tests/scenario/sample2/clients/sampleSearchLoad/sampleSearchLoad.xml b/opends/tests/system-tests/scenario/sample2/clients/sampleSearchLoad/sampleSearchLoad.xml
index de5bae7..f490818 100755
--- a/opends/tests/system-tests/scenario/sample2/clients/sampleSearchLoad/sampleSearchLoad.xml
+++ b/opends/tests/system-tests/scenario/sample2/clients/sampleSearchLoad/sampleSearchLoad.xml
@@ -56,6 +56,7 @@
       <!-- to inform scheduler if it has pass/fail status       -->
       <script>
         errNum = 0
+        msg = ''
       </script>
       
       <!-- ==================    Preamble   =================== -->
@@ -92,7 +93,7 @@
           nbMaxSearch = cParams[3][1]
         except IndexError:
           nbMaxSearch = NOT_DEFINED
-          msg = '%s\nERROR: nbMaxSearch undefined,mandatory' % msg
+          msg = '%s\nERROR: nbMaxOperations undefined,mandatory' % msg
         try:
           attributeName = cParams[4][1]
         except IndexError:

--
Gitblit v1.10.0