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