Fix up requires so tests can run from TextMate, and of course still with rake

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-02-03 07:36:54 +00:00
parent ff7c75418b
commit 36c2419c6b
3 changed files with 5 additions and 3 deletions

View File

@ -11,8 +11,7 @@
# limitations under the License.
require 'test/unit'
require 'solr/document'
require 'solr/field'
require 'solr'
class DocumentTest < Test::Unit::TestCase

View File

@ -11,7 +11,7 @@
# limitations under the License.
require 'test/unit'
require 'solr/field'
require 'solr'
class FieldTest < Test::Unit::TestCase

View File

@ -11,6 +11,9 @@
# limitations under the License.
require 'test/unit'
require 'solr'
require 'solr_mock_base'
class ResponseTest < SolrMockBaseTestCase