From 2502ac715d947766bd3e2aa700bdfd21c6059b9c Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 16 Mar 2016 20:52:13 +0000
Subject: [PATCH] OPENDJ-2776 Complete migration of DN/RDN/AVA unit tests to SDK

---
 opendj-server-legacy/src/test/java/org/opends/server/admin/client/ldap/AggregationClientTest.java |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/admin/client/ldap/AggregationClientTest.java b/opendj-server-legacy/src/test/java/org/opends/server/admin/client/ldap/AggregationClientTest.java
index ffbea0e..e59b3b2 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/admin/client/ldap/AggregationClientTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/admin/client/ldap/AggregationClientTest.java
@@ -91,7 +91,7 @@
       "ds-cfg-enabled: true",
       "ds-cfg-java-class: org.opends.server.extensions.UserDefinedVirtualAttributeProvider",
       "ds-cfg-attribute-type: description",
-      "ds-cfg-rotation-policy: cn=LDAP Connection Handler, cn=connection handlers, cn=config",
+      "ds-cfg-rotation-policy: cn=LDAP Connection Handler,cn=connection handlers,cn=config",
       "",
       // Child 3 has a multiple valid references.
       "dn: cn=test child 3,cn=test children,cn=test parent 1,cn=test parents,cn=config",
@@ -101,8 +101,8 @@
       "ds-cfg-enabled: true",
       "ds-cfg-java-class: org.opends.server.extensions.UserDefinedVirtualAttributeProvider",
       "ds-cfg-attribute-type: description",
-      "ds-cfg-rotation-policy: cn=LDAP Connection Handler, cn=connection handlers, cn=config",
-      "ds-cfg-rotation-policy: cn=LDAPS Connection Handler, cn=connection handlers, cn=config",
+      "ds-cfg-rotation-policy: cn=LDAP Connection Handler,cn=connection handlers,cn=config",
+      "ds-cfg-rotation-policy: cn=LDAPS Connection Handler,cn=connection handlers,cn=config",
       "",
       // Child 4 has a single bad reference.
       "dn: cn=test child 4,cn=test children,cn=test parent 1,cn=test parents,cn=config",
@@ -112,7 +112,7 @@
       "ds-cfg-enabled: true",
       "ds-cfg-java-class: org.opends.server.extensions.UserDefinedVirtualAttributeProvider",
       "ds-cfg-attribute-type: description",
-      "ds-cfg-rotation-policy: cn=LDAP Connection Handler, cn=bad rdn, cn=config",
+      "ds-cfg-rotation-policy: cn=LDAP Connection Handler,cn=bad rdn,cn=config",
       "",
       "dn: cn=Connection Handlers,cn=config",
       "objectClass: top",
@@ -301,7 +301,7 @@
         "org.opends.server.extensions.UserDefinedVirtualAttributeProvider");
     c.addExpectedAttribute("ds-cfg-attribute-type", "description");
     c.addExpectedAttribute("ds-cfg-rotation-policy",
-        "cn=LDAP Connection Handler,cn=connection handlers, cn=config");
+        "cn=LDAP Connection Handler,cn=connection handlers,cn=config");
 
     ManagementContext ctx = LDAPManagementContext.createFromContext(c);
     TestParentCfgClient parent = getTestParent(ctx, "test parent 1");
@@ -329,8 +329,8 @@
         "cn=test child 2,cn=test children,cn=test parent 1,cn=test parents,cn=config");
     c.importLDIF(TEST_LDIF);
     c.addExpectedModification("ds-cfg-rotation-policy",
-        "cn=LDAPS Connection Handler,cn=connection handlers, cn=config",
-        "cn=JMX Connection Handler,cn=connection handlers, cn=config");
+        "cn=LDAPS Connection Handler,cn=connection handlers,cn=config",
+        "cn=JMX Connection Handler,cn=connection handlers,cn=config");
     ManagementContext ctx = LDAPManagementContext.createFromContext(c);
     TestParentCfgClient parent = getTestParent(ctx, "test parent 1");
     TestChildCfgClient child = parent.getTestChild("test child 2");

--
Gitblit v1.10.0