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:
Michael Stack 2009-06-30 22:11:06 +00:00
parent 89429bc61e
commit c6fab79fba
1 changed files with 1 additions and 1 deletions

View File

@ -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.