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

matthew_swift
19.03.2007 6bd896394cca1fd982c56709c8cea336acea15d1
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/AggregationTest.java
@@ -186,8 +186,10 @@
  @BeforeClass
  public void setUp() throws Exception {
    // This test suite depends on having the schema available, so
    // we'll start the server.
    TestCaseUtils.startServer();
    // we'll start the server. In addition this test is sensitive to
    // having lots of junk left over from previous tests, so we
    // restart the server to clean out the config (issue 2482).
    TestCaseUtils.restartServer();
    TestCfg.setUp();
  }