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

Matthew Swift
25.54.2015 bb9334a853745e51a65a3bd0267dac581cb4ec76
opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/ID2CountTest.java
@@ -72,13 +72,9 @@
  private PDBStorage storage;
  @BeforeClass
  public void startFakeServer() throws Exception {
    TestCaseUtils.startFakeServer();
  }
  @AfterClass
  public void stopFakeServer() throws Exception {
    TestCaseUtils.shutdownFakeServer();
  public void startServer() throws Exception
  {
    TestCaseUtils.startServer();
  }
  @BeforeMethod