mirror of https://github.com/apache/lucene.git
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:
parent
ee16eafe72
commit
8ad1ec2f87
|
@ -13,6 +13,7 @@
|
|||
require 'test/unit'
|
||||
require 'solr'
|
||||
|
||||
# TODO: Maybe replace this with flexmock
|
||||
class SolrMockBaseTestCase < Test::Unit::TestCase
|
||||
include Solr
|
||||
|
||||
|
|
Loading…
Reference in New Issue