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

Jean-Noel Rouvignac
14.06.2013 66101f64d9e27dcbcafd2ef8287a9963f4a9dde6
CompositeDBCursorTest.java:
Make it extend DirectoryServerTestCase to fix the build.
1 files modified
3 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/CompositeDBCursorTest.java 3 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/CompositeDBCursorTest.java
@@ -30,6 +30,7 @@
import java.util.Arrays;
import java.util.List;
import org.opends.server.DirectoryServerTestCase;
import org.opends.server.replication.common.CSN;
import org.opends.server.replication.protocol.UpdateMsg;
import org.opends.server.replication.server.changelog.api.ChangelogException;
@@ -40,7 +41,7 @@
import static org.testng.Assert.*;
@SuppressWarnings("javadoc")
public class CompositeDBCursorTest
public class CompositeDBCursorTest extends DirectoryServerTestCase
{
  private static class MyDBCursor implements DBCursor<UpdateMsg>