table.commit(batchUpdate);
result = table.getRow(row, new byte[][] { COLUMN_FAMILY,
Bytes.toBytes("info2:a") });
for(int i = 0; i < 5; i++)
assertTrue(result.containsKey(Bytes.toBytes(COLUMN_FAMILY_STR+i)));
assertTrue(result.containsKey(Bytes.toBytes("info2:a")));
} catch (IOException e) {
e.printStackTrace();
fail("Should not have any exception " +