From 45359adc09ac1d9e48206c549e667ed6965c7cd3 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 28 May 2007 15:31:13 +0000
Subject: [PATCH] Fix the following issues:
---
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestChildCfg.java | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestChildCfg.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestChildCfg.java
index 9272699..03648f2 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestChildCfg.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestChildCfg.java
@@ -51,4 +51,22 @@
* @return Returns the value of the "heartbeat-interval" property.
*/
long getHeartbeatInterval();
+
+
+
+ /**
+ * Get the "maximum-length" property.
+ *
+ * @return Returns the value of the "maximum-length" property.
+ */
+ int getMaximumLength();
+
+
+
+ /**
+ * Get the "minimum-length" property.
+ *
+ * @return Returns the value of the "minimum-length" property.
+ */
+ int getMinimumLength();
}
--
Gitblit v1.10.0