String destFile = url.getFile() + "ImportDontUpdateUiTest.ldif";
InputStream is = getClass().getResourceAsStream( "ImportExportTest_ImportDontUpdateUI.ldif" );
String ldifContent = IOUtils.toString( is );
FileUtils.writeStringToFile( new File( destFile ), ldifContent );
SWTBotTree browserTree = SWTBotUtils.getLdapBrowserTree( eBot );
SWTBotUtils.selectEntry( eBot, browserTree, true, "DIT", "Root DSE", "ou=system", "ou=users" );
long fireCount0 = EventRegistry.getFireCount();
// import the LDIF