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

Nicolas Capponi
05.02.2014 fc92ff3fc5f2af6da3a20f8e371cf497cd0ee19b
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/ChangelogBackendTestCase.java
@@ -613,22 +613,6 @@
    assertEquals(op.getErrorMessage().toMessage(), NOTE_SEARCH_CHANGELOG_INSUFFICIENT_PRIVILEGES.get());
  }
  @Test
  public void persistentSearch() throws Exception
  {
   // TODO
   // ExternalChangeLogTest#FullTestPersistentSearchWithChangesOnlyRequest
   // ExternalChangeLogTest#FullTestPersistentSearchWithInitValuesRequest
   // ExternalChangeLogTest#ECLReplicationServerFullTest16
  }
  @Test
  public void simultaneousPersistentSearches() throws Exception
  {
    // TODO
    // see FullTestSimultaneousPersistentSearches
  }
  @Test(enabled=true, dependsOnMethods = { "searchInCookieModeOnTwoSuffixesWithPrivateBackend"})
  public void searchInCookieModeUseOfIncludeAttributes() throws Exception
  {
@@ -771,17 +755,6 @@
    debugInfo(test, "Ending test with success");
  }
  // TODO : other tests methods in ECLTest
  // test search after a purge ? cf testECLAfterChangelogTrim
  // testChangeTimeHeartbeat
  // TestECLWithIncludeAttributes
  // TODO: list of todos extracted from ExternalChangeLogTest
  // ECL Test SEARCH abandon and check everything shutdown and cleaned
  // ECL Test PSEARCH abandon and check everything shutdown and cleaned
  // ECL Test the attributes list and values returned in ECL entries
  // ECL Test search -s base, -s one
  /**
   * With an empty RS, a search should return only root entry.
   */