Add TODO note about perhaps replacing our mock with the use of flexmock. Not worth adding this dependency just yet, only when we feel pain in mocking later

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@500588 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-01-27 18:49:31 +00:00
parent ee16eafe72
commit 8ad1ec2f87
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
require 'test/unit'
require 'solr'
# TODO: Maybe replace this with flexmock
class SolrMockBaseTestCase < Test::Unit::TestCase
include Solr