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

Matthew Swift
27.31.2015 763a75aeed1a7731ddb95b99496aa7c1bf206ed0
opendj-server-legacy/src/test/java/org/opends/server/backends/SchemaBackendTestCase.java
@@ -95,17 +95,6 @@
  /**
   * Tests the {@code isLocal} method to ensure that it is considered local.
   */
  @Test
  public void testIsLocal()
  {
    assertTrue(schemaBackend.isLocal());
  }
  /**
   * Tests the {@code getEntry} method to ensure that it is able to retrieve
   * the schema entry if it is given a valid entry DN.
   *