// click finish to create the entry
SWTBotUtils.asyncClick( bot, bot.button( "Finish" ), new DefaultCondition()
{
public boolean test() throws Exception
{
return browserTree.selection().get( 0 ).get( 0 ).startsWith( "o=testCreateOrganizationEntry" );
}
public String getFailureMessage()
{