oops, thanks Ryan! I ran the tests before my change to make sure all was well, and ran the solr-ruby tests (which rely on their own config files afterwards.

        Erik


On May 9, 2007, at 10:17 PM, [EMAIL PROTECTED] wrote:

Author: ryan
Date: Wed May  9 19:17:10 2007
New Revision: 536732

URL: http://svn.apache.org/viewvc?view=rev&rev=536732
Log:
removed IndexInfoRequestHandler from test schema.xml -- needed to pass the tests

Modified:
    lucene/solr/trunk/src/test/test-files/solr/conf/solrconfig.xml

Modified: lucene/solr/trunk/src/test/test-files/solr/conf/ solrconfig.xml URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/test/test- files/solr/conf/solrconfig.xml? view=diff&rev=536732&r1=536731&r2=536732 ====================================================================== ======== --- lucene/solr/trunk/src/test/test-files/solr/conf/solrconfig.xml (original) +++ lucene/solr/trunk/src/test/test-files/solr/conf/solrconfig.xml Wed May 9 19:17:10 2007
@@ -191,7 +191,6 @@
      is not specified in the request.
   -->
<requestHandler name="standard" class="solr.StandardRequestHandler"/> - <requestHandler name="indexinfo" class="solr.IndexInfoRequestHandler"/>
   <requestHandler name="dismaxOldStyleDefaults"
                   class="solr.DisMaxRequestHandler" >
      <!-- for historic reasons, DisMaxRequestHandler will use all of


Reply via email to