* @version $Revision: 1.1 $ $Date: 2004/03/11 15:36:13 $
*/
public class TopologyTest extends TestCase {
public void testGetPath() throws Exception {
PathWeight weight30 = new PathWeight(30);
PathWeight weight10 = new PathWeight(10);
Topology topology = new Topology();
InetAddress address = InetAddress.getLocalHost();
NodeInfo node1 = new NodeInfo("node1", address, 8080);
NodeInfo node2 = new NodeInfo("node2", address, 8080);