mirror of https://github.com/apache/lucene.git
SOLR-3139: remove sop
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327836 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d8472f7e64
commit
85bb7984b7
|
@ -559,8 +559,6 @@ abstract public class SolrExampleTests extends SolrJettyTestBase
|
|||
public void testUpdateRequestWithParameters() throws Exception {
|
||||
SolrServer server1 = createNewSolrServer();
|
||||
|
||||
System.out.println("server:" + server1.getClass().toString());
|
||||
|
||||
server1.deleteByQuery( "*:*" );
|
||||
server1.commit();
|
||||
|
||||
|
|
Loading…
Reference in New Issue