// --------------------------------------------------------------------
// Now destry one of the marked/unmarked and rename to deleted entry
// --------------------------------------------------------------------
sysRoot.destroySubcontext( "cn=unmarked,ou=configuration" );
sysRoot.rename( "cn=marked,ou=configuration", "cn=unmarked,ou=configuration" );
results = getAllEntries();
unmarked = results.get( "cn=unmarked,ou=configuration,ou=system" );
assertNull( "cn=unmarked,ou=configuration,ou=system should not be marked", unmarked
.get( SchemaConstants.TRIGGER_EXECUTION_SUBENTRIES_AT ) );