From 5ceb2e9601d2501d021d0c61188ec913076555a0 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 26 Sep 2007 12:21:02 +0000
Subject: [PATCH] Merge branches/temp-admin@3208 onto trunk@3208.
---
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/VerifyIndexTestCase.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/VerifyIndexTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/VerifyIndexTestCase.java
index af6ca6c..07d987b 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/VerifyIndexTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/VerifyIndexTestCase.java
@@ -75,7 +75,7 @@
InternalClientConnection.getRootConnection();
ArrayList<Modification> mods = new ArrayList<Modification>();
mods.add(new Modification(ModificationType.ADD,
- new Attribute("ds-cfg-backend-base-dn", "o=airius.com")));
+ new Attribute("ds-cfg-base-dn", "o=airius.com")));
String userRootDN = "ds-cfg-backend-id=userRoot,cn=Backends,cn=config";
ModifyOperation modifyOperation =
rootConnection.processModify(DN.decode(userRootDN), mods);
@@ -97,7 +97,7 @@
InternalClientConnection.getRootConnection();
ArrayList<Modification> mods = new ArrayList<Modification>();
mods.add(new Modification(ModificationType.DELETE,
- new Attribute("ds-cfg-backend-base-dn", "o=airius.com")));
+ new Attribute("ds-cfg-base-dn", "o=airius.com")));
String userRootDN = "ds-cfg-backend-id=userRoot,cn=Backends,cn=config";
ModifyOperation modifyOperation =
rootConnection.processModify(DN.decode(userRootDN), mods);
--
Gitblit v1.10.0