From efa949b25f472d7e4c39733678d8f0e5229f8201 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Thu, 26 Dec 2013 15:31:32 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1235 : Migrate configuration framework
---
opendj-sdk/opendj-admin/src/test/java/org/opends/server/admin/server/DNBuilderTest.java | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opendj-admin/src/test/java/org/opends/server/admin/server/DNBuilderTest.java b/opendj-sdk/opendj-admin/src/test/java/org/opends/server/admin/server/DNBuilderTest.java
index 38ab541..6798427 100644
--- a/opendj-sdk/opendj-admin/src/test/java/org/opends/server/admin/server/DNBuilderTest.java
+++ b/opendj-sdk/opendj-admin/src/test/java/org/opends/server/admin/server/DNBuilderTest.java
@@ -58,9 +58,10 @@
@Test
public void createWithInstantiableRelationDefinition() throws Exception {
- ManagedObjectPath<?,?> parentPath = ManagedObjectPath.emptyPath().
- child(TestCfg.getTestOneToManyParentRelationDefinition(), "test-parent-1");
- ManagedObjectPath<?,?> childPath = parentPath.child(TestParentCfgDefn.getInstance().getTestChildrenRelationDefinition(), "test-child-1");
+ ManagedObjectPath<?, ?> parentPath = ManagedObjectPath.emptyPath().
+ child(TestCfg.getTestOneToManyParentRelationDefinition(), "test-parent-1");
+ ManagedObjectPath<?, ?> childPath = parentPath.child(TestParentCfgDefn.getInstance().
+ getTestChildrenRelationDefinition(), "test-child-1");
assertEquals(
DNBuilder.create(childPath),
--
Gitblit v1.10.0