import java.io.*; import java.util.*; import junit.framework.*; import org.noreply.fancydress.misc.Util; import org.noreply.fancydress.directory.ServerDescriptor; public class ServerDescriptorTest extends TestCase { public ServerDescriptorTest(String name) { super(name); } private boolean equals(String[] s1, String[] s2) { boolean equals = s1.length == s2.length; if (equals) for (int i=0; i