Put back comment that got deleted in last patch application

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@508711 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-02-17 05:14:05 +00:00
parent d565def0bf
commit b7e7ea6afe
1 changed files with 4 additions and 0 deletions

View File

@ -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