From e08f4931e50232201f5ab229f9105332fed51066 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Mon, 17 Mar 2008 11:37:59 +0000
Subject: [PATCH] Add testsuite for manage-tasks and dbtest tools

---
 opends/tests/shared/functions/dsadm.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/shared/functions/dsadm.xml b/opends/tests/shared/functions/dsadm.xml
index ec8d1c6..73b3386 100755
--- a/opends/tests/shared/functions/dsadm.xml
+++ b/opends/tests/shared/functions/dsadm.xml
@@ -4552,7 +4552,7 @@
           STAFCmdParamsList.append('-k %s' % dsMinKeyValue)
           
         if dsMaxKeyValue:
-          STAFCmdParamsList.append('-K %s' % dsMinKeyValue)
+          STAFCmdParamsList.append('-K %s' % dsMaxKeyValue)
           
         if dsSkipDecode:
           STAFCmdParamsList.append('-p')

--
Gitblit v1.10.0