mirror of https://github.com/apache/lucene.git
SOLR-2673: fix test dependent on order
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150437 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8b8e226695
commit
30283e1b4d
|
@ -882,6 +882,7 @@ abstract public class SolrExampleTests extends SolrJettyTestBase
|
|||
|
||||
@Test
|
||||
public void testStreamingRequest() throws Exception {
|
||||
SolrServer server = getSolrServer();
|
||||
// Empty the database...
|
||||
server.deleteByQuery( "*:*" );// delete everything!
|
||||
server.commit();
|
||||
|
|
Loading…
Reference in New Issue