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

fdorson
24.07.2008 05f67cab65ea618ded7cf345a2098d28518f767a
Change the replication server database name to HistoricalCsnOrderingTestDb to make the test independant from the other tests
1 files modified
1 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalCsnOrderingTest.java 1 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalCsnOrderingTest.java
@@ -112,6 +112,7 @@
      + "objectClass: ds-cfg-replication-server\n"
      + "cn: Replication Server\n"
      + "ds-cfg-replication-port: " + replServerPort + "\n"
      + "ds-cfg-replication-db-directory: HistoricalCsnOrderingTestDb\n"
      + "ds-cfg-replication-server-id: 1\n";
    replServerEntry = TestCaseUtils.entryFromLdifString(replServerLdif);