assertTrue(downloadedServices>0);
// now choose the first service for download
Service service = serviceList.getServices().get(0);
service.addListener(new DownloadFinishedListener() {
public void downloadFinished(DownloadFinishedData dfd) {
synchronized(sl) {
sl.notifyAll();
}