assertEquals( "uid=admin,ou=system", srEditorBot.getContent( 1, 1 ) );
assertEquals( "", srEditorBot.getContent( 1, 4 ) );
// add description
List<Modification> modifications = new ArrayList<Modification>();
modifications.add( new ClientModification( ModificationOperation.REPLACE_ATTRIBUTE, new DefaultClientAttribute(
"description", "The 1st description." ) ) );
ldapServer.getDirectoryService().getAdminSession().modify( new LdapDN( "uid=admin,ou=system" ), modifications );
// refresh the search, using the toolbar icon
srEditorBot.refresh();