Revert "Fix failing TestReplicationEndpoint test"

This reverts commit 5b5ff1d8b2.
This commit is contained in:
Sean Busbey 2015-11-20 00:21:24 -06:00
parent c0bc1e944f
commit ccee3d8dd5
1 changed files with 1 additions and 3 deletions

View File

@ -199,9 +199,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++;
}
}