From 02805157fa504b3dbf701a62280ca9aaf82183b5 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 05 Sep 2007 20:12:11 +0000
Subject: [PATCH] Partial fix for issue 1449: administration framework aggregation support

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestChildCfgClient.java |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestChildCfgClient.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestChildCfgClient.java
index b1a025a..6772f1b 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestChildCfgClient.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestChildCfgClient.java
@@ -34,6 +34,7 @@
 import org.opends.server.admin.IllegalPropertyValueException;
 import org.opends.server.admin.ManagedObjectDefinition;
 import org.opends.server.admin.PropertyIsReadOnlyException;
+import org.opends.server.admin.TestChildCfg;
 import org.opends.server.types.AttributeType;
 import org.opends.server.types.DN;
 
@@ -59,6 +60,30 @@
 
 
   /**
+   * Get the "aggregation-property" property.
+   * <p>
+   * An aggregation property which references connection handlers.
+   *
+   * @return Returns the values of the "aggregation-property" property.
+   */
+  SortedSet<String> getAggregationProperty();
+
+
+
+  /**
+   * Set the "aggregation-property" property.
+   * <p>
+   * An aggregation property which references connection handlers.
+   *
+   * @param values The values of the "aggregation-property" property.
+   * @throws IllegalPropertyValueException
+   *           If one or more of the new values are invalid.
+   */
+  void setAggregationProperty(Collection<String> values) throws IllegalPropertyValueException;
+
+
+
+  /**
    * Get the "mandatory-boolean-property" property.
    * <p>
    * A mandatory boolean property.

--
Gitblit v1.10.0