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