From e114a899bbc0df59f5135f195d24797bf6c1b778 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Thu, 02 Jan 2014 09:33:43 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1235 : Migrate configuration framework
---
opendj-sdk/opendj-admin/src/test/java/org/opends/server/admin/AdminTestCase.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opendj-admin/src/test/java/org/opends/server/admin/AdminTestCase.java b/opendj-sdk/opendj-admin/src/test/java/org/opends/server/admin/AdminTestCase.java
index 22e8b91..3a138a0 100644
--- a/opendj-sdk/opendj-admin/src/test/java/org/opends/server/admin/AdminTestCase.java
+++ b/opendj-sdk/opendj-admin/src/test/java/org/opends/server/admin/AdminTestCase.java
@@ -54,12 +54,12 @@
return configRepository;
}
- /** Returns the name used for this entry (the value of the cn attribute) */
+ /** Returns the name used for the provided entry (the value of the cn attribute) */
protected final String entryName(final Entry entry) {
return entry.getName().rdn().getFirstAVA().getAttributeValue().toString();
}
- /** Gets the named parent configuration corresponding to the entry */
+ /** Gets the named parent configuration corresponding to the provided entry */
protected final TestParentCfg getParentCfg(final Entry entry, final ServerManagementContext serverContext)
throws Exception {
return getParentCfg(entryName(entry), serverContext);
--
Gitblit v1.10.0