}
}
@Test(expectedExceptions = IllegalArgumentException.class)
public void test_ReplaceVersion_which_is_not_in_the_time_bounds_of_the_replaced_doc() {
Clock origClock = _cfgMaster.getClock();
try {
Instant now = Instant.now();
ObjectId baseOid = setupTestData(now);
_cfgMaster.setClock(Clock.fixed(now.plus(2, HOURS), ZoneOffset.UTC));