You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by eh...@apache.org on 2007/02/17 06:14:06 UTC

svn commit: r508711 - /lucene/solr/trunk/client/ruby/solrb/test/functional/test_solr_server.rb

Author: ehatcher
Date: Fri Feb 16 21:14:05 2007
New Revision: 508711

URL: http://svn.apache.org/viewvc?view=rev&rev=508711
Log:
Put back comment that got deleted in last patch application

Modified:
    lucene/solr/trunk/client/ruby/solrb/test/functional/test_solr_server.rb

Modified: lucene/solr/trunk/client/ruby/solrb/test/functional/test_solr_server.rb
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/client/ruby/solrb/test/functional/test_solr_server.rb?view=diff&rev=508711&r1=508710&r2=508711
==============================================================================
--- lucene/solr/trunk/client/ruby/solrb/test/functional/test_solr_server.rb (original)
+++ lucene/solr/trunk/client/ruby/solrb/test/functional/test_solr_server.rb Fri Feb 16 21:14:05 2007
@@ -10,6 +10,10 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# A singleton class for starting/stopping a Solr server for testing purposes
+# The behavior of TestSolrServer can be modified prior to start() by changing 
+# port, solr_home, and quiet properties.
+
 class TestSolrServer
   require 'singleton'
   include Singleton