assertEquals("Hold.getName() must return the specified name.",holdName, h.getName());
}
public void testHoldGetName2() throws RepositoryException, NotExecutableException {
String holdName = getHoldName();
Hold h = retentionMgr.addHold(testNodePath, getHoldName(), true);
assertEquals("Hold.getName() must return the specified name.",holdName, h.getName());
}