From 749bd9ec532197e5684e2ad824164c02e50870c1 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Thu, 17 Apr 2008 16:34:31 +0000
Subject: [PATCH] fix typo
---
opendj-sdk/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml b/opendj-sdk/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml
index 4e2442f..ea2f701 100755
--- a/opendj-sdk/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml
+++ b/opendj-sdk/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:
--
Gitblit v1.10.0