Revert "Fix failing TestReplicationEndpoint test"

This reverts commit f0dc556b71.
This commit is contained in:
Sean Busbey 2015-11-20 00:09:46 -06:00
parent 62aba61bea
commit 3a1874f5c4
1 changed files with 1 additions and 3 deletions

View File

@ -200,9 +200,7 @@ public class TestReplicationEndpoint extends TestReplicationBase {
byte[] row = hri.getStartKey();
for (int i = 0; i < 100; i++) {
if (row.length > 0) {
Put put = new Put(row);
put.addColumn(famName, row, row);
region.put(put);
doPut(row);
totEdits++;
}
}