/**
* Add an item state and then delete it. Make sure there is no
* entry in either the added nor the removed states
*/
public void testAddDelete() throws Exception {
PropertyId id = new PropertyId(
new NodeId(UUID.randomUUID()), factory.create("", "a"));
ItemState state = new PropertyState(id, ItemState.STATUS_NEW, false);
ChangeLog log = new ChangeLog();