Fix broken jenkins test, broke since submission of distributed split issue

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096552 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-04-25 18:34:21 +00:00
parent f1653f9e65
commit 8df30d650e
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ public class TestCatalogJanitor {
@Override
public String getServerName() {
return null;
return "mockserver.example.org,1234,-1L";
}
@Override
@ -248,4 +248,4 @@ public class TestCatalogJanitor {
assertTrue(fs.delete(p, true));
assertTrue(janitor.cleanParent(parent, r));
}
}
}