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:
Robert Muir 2011-07-24 17:08:40 +00:00
parent 8b8e226695
commit 30283e1b4d
1 changed files with 1 additions and 0 deletions

View File

@ -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();