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

Matthew Swift
27.31.2015 763a75aeed1a7731ddb95b99496aa7c1bf206ed0
opendj-server-legacy/src/test/java/org/opends/server/backends/GenericBackendTestCase.java
@@ -95,19 +95,6 @@
  /**
   * Tests the {@code isLocal} method for the provided backend.
   *
   * @param  b  The backend to test.
   */
  @Test(dataProvider = "backends")
  public void testIsLocal(Backend<?> b)
  {
    b.isLocal();
  }
  /**
   * Tests the {@code getSupportedControls} method for the provided backend.
   *
   * @param  b  The backend to test.
@@ -148,19 +135,6 @@
  /**
   * Tests the {@code supportsFeature} method for the provided backend.
   *
   * @param  b  The backend to test.
   */
  @Test(dataProvider = "backends")
  public void testSupportsFeature(Backend<?> b)
  {
    assertFalse(b.supportsFeature("1.2.3.4"));
  }
  /**
   * Tests the {@code supportsLDIFExport} method for the provided backend.
   *
   * @param  b  The backend to test.