public void replaceWithNull() throws Exception
{
Entry entry = initializeEntry();
// load historical from the entry
EntryHistorical hist = EntryHistorical.newInstanceFromEntry(entry);
/*
* simulate a replace with null done at time t3
*/
testModify(entry, hist, DISPLAYNAME, ModificationType.REPLACE, null, 3,