mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Nicolas Capponi
04.05.2016 acdfa16f35b3c3d0c79fad91585b0d03695452e4
opendj-server-legacy/src/test/java/org/opends/server/monitors/LocalBackendMonitorTestCase.java
File was renamed from opendj-server-legacy/src/test/java/org/opends/server/monitors/BackendMonitorTestCase.java
@@ -22,14 +22,14 @@
/** This class defines a set of tests for the {@link LocalBackendMonitor} class. */
@Test
public class BackendMonitorTestCase extends GenericMonitorTestCase
public class LocalBackendMonitorTestCase extends GenericMonitorTestCase
{
  /**
   * Creates a new instance of this test case class.
   *
   * @throws  Exception  If an unexpected problem occurred.
   */
  public BackendMonitorTestCase() throws Exception
  public LocalBackendMonitorTestCase() throws Exception
  {
    super(null);
  }