SOLR-6770 accidentally commented out a test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2015-01-15 16:06:05 +00:00
parent 17d78d0727
commit 3a4cf1ca29
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class TestSolrConfigHandlerCloud extends AbstractFullDistribZkTestBase {
@Override
public void doTest() throws Exception {
setupHarnesses();
// testReqHandlerAPIs();
testReqHandlerAPIs();
testReqParams();
}