Small fix for failing TestMasterAddressManager

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1002943 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-09-30 04:17:42 +00:00
parent 08fad6672e
commit f6743a1b75
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public class TestMasterAddressManager {
zk.registerListener(listener);
// Create the master node with a dummy address
String host = "hostname";
String host = "localhost";
int port = 1234;
HServerAddress dummyAddress = new HServerAddress(host, port);
LOG.info("Creating master node");