protected ServiceList serviceList;
protected int downloadedAddresses;
protected int downloadedServices;
public void testServerList() throws Exception {
sl = new ServerList();
sl.addListener(new DownloadFinishedListener() {
public void downloadFinished(DownloadFinishedData dfd) {
List<URL> addresses = sl.getAddresses();
for (URL addr : addresses) {