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

Matthew Swift
25.42.2013 989aec4a7b0536eaa9298c3c59711b3936ba5d8e
Fix unit test broken in commit r9044.
1 files modified
5 ■■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/TestSynchronousReplayQueue.java 5 ●●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/TestSynchronousReplayQueue.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2009 Sun Microsystems, Inc.
 *      Portions copyright 2013 ForgeRock AS.
 */
package org.opends.server.replication.plugin;
@@ -77,8 +78,8 @@
  public boolean offer(UpdateToReplay e, long timeout, TimeUnit unit)
      throws InterruptedException
  {
    // TODO Auto-generated method stub
    return false;
    list.add(e);
    return true;
  }
  public UpdateToReplay poll(long timeout, TimeUnit unit)