From 7486ef2bb077feb489a55db86707d96e69d12265 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Fri, 30 Jul 2010 12:44:12 +0000
Subject: [PATCH] Implements a disk space thresholds feature, preventing the server from crashing or exiting of disks full.

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/monitors/GenericMonitorTestCase.java |   30 +-----------------------------
 1 files changed, 1 insertions(+), 29 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/monitors/GenericMonitorTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/monitors/GenericMonitorTestCase.java
index 9dd3787..16358ce 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/monitors/GenericMonitorTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/monitors/GenericMonitorTestCase.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Copyright 2006-2008 Sun Microsystems, Inc.
+ *      Copyright 2006-2010 Sun Microsystems, Inc.
  */
 package org.opends.server.monitors;
 
@@ -122,34 +122,6 @@
 
 
   /**
-   * Tests the <CODE>getUpdateInterval</CODE> method.
-   *
-   * @throws  Exception  If an unexpected problem occurs.
-   */
-  @Test()
-  public void testGetUpdateInterval()
-         throws Exception
-  {
-    getMonitorInstance().getUpdateInterval();
-  }
-
-
-
-  /**
-   * Tests the <CODE>getUpdateMonitorData</CODE> method.
-   *
-   * @throws  Exception  If an unexpected problem occurs.
-   */
-  @Test()
-  public void testUpdateMonitorData()
-         throws Exception
-  {
-    getMonitorInstance().updateMonitorData();
-  }
-
-
-
-  /**
    * Tests the <CODE>getMonitorData</CODE> method.
    *
    * @throws  Exception  If an unexpected problem occurs.

--
Gitblit v1.10.0