Searched defs:REPLICATION_DB_IMPL_PROPERTY (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java110 private static final String REPLICATION_DB_IMPL_PROPERTY = "org.opends.test.replicationDbImpl"; field in class:ReplicationTestCase
113 System.getProperty(REPLICATION_DB_IMPL_PROPERTY, ReplicationDBImplementation.LOG.name()));
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java110 private static final String REPLICATION_DB_IMPL_PROPERTY = "org.opends.test.replicationDbImpl"; field in class:ReplicationTestCase
113 System.getProperty(REPLICATION_DB_IMPL_PROPERTY, ReplicationDBImplementation.LOG.name()));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DReplicationTestCase.java121 private static final String REPLICATION_DB_IMPL_PROPERTY = "org.opends.test.replicationDbImpl"; field in class:ReplicationTestCase

Completed in 33 milliseconds