HBASE-1594 Fix scan addcolumns after hbase-1385 commit (broken hudson build)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@789981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
89429bc61e
commit
c6fab79fba
|
@ -31,7 +31,7 @@ import org.apache.hadoop.hbase.TimestampTestBase;
|
|||
* run against an HRegion and against an HTable: i.e. both local and remote.
|
||||
*/
|
||||
public class TestOldAPITimestamp extends HBaseClusterTestCase {
|
||||
public static String COLUMN_NAME = "contents:";
|
||||
public static String COLUMN_NAME = "colfamily1:";
|
||||
|
||||
/**
|
||||
* Basic test of timestamps.
|
||||
|
|
Loading…
Reference in New Issue