tests: remove extra control add from last commit

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545359 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-11-25 18:09:40 +00:00
parent 42ead72e6f
commit 78a40b68fb
1 changed files with 0 additions and 1 deletions

View File

@ -619,7 +619,6 @@ public abstract class AbstractFullDistribZkTestBase extends AbstractDistribZkTes
req.add(doc);
req.setParam("CONTROL", "TRUE");
req.process(controlClient);
controlClient.add(doc);
// if we wanted to randomly pick a client - but sometimes they may be
// down...