HBASE-4848 TestScanner failing because hostname can't be null

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205084 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-11-22 17:08:27 +00:00
parent 9f7557729c
commit d6d1ee0a45
2 changed files with 2 additions and 1 deletions

View File

@ -856,6 +856,7 @@ Release 0.90.5 - Unreleased
HBASE-4562 When split doing offlineParentInMeta encounters error, it'll
cause data loss (bluedavy via Lars H)
HBASE-4800 Result.compareResults is incorrect (James Taylor and Lars H)
HBASE-4848 TestScanner failing because hostname can't be null
IMPROVEMENT
HBASE-4205 Enhance HTable javadoc (Eric Charles)

View File

@ -244,7 +244,7 @@ public class TestScanner extends HBaseTestCase {
// Store some new information
String address = "foo.bar.com:1234";
String address = "www.example.com:1234";
put = new Put(ROW_KEY, System.currentTimeMillis(), null);
put.add(HConstants.CATALOG_FAMILY, HConstants.SERVER_QUALIFIER,