[Groonga-commit] droonga/fluent-plugin-droonga at 267737d [master] test: fix wrong require path

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 17 17:13:35 JST 2013


Kouhei Sutou	2013-12-17 17:13:35 +0900 (Tue, 17 Dec 2013)

  New Revision: 267737ddc45382d82147e143c574f4decbe66885
  https://github.com/droonga/fluent-plugin-droonga/commit/267737ddc45382d82147e143c574f4decbe66885

  Message:
    test: fix wrong require path

  Modified files:
    test/unit/plugin/distributor/test_search_plan.rb

  Modified: test/unit/plugin/distributor/test_search_plan.rb (+1 -1)
===================================================================
--- test/unit/plugin/distributor/test_search_plan.rb    2013-12-17 16:40:19 +0900 (dddecc6)
+++ test/unit/plugin/distributor/test_search_plan.rb    2013-12-17 17:13:35 +0900 (0970e2b)
@@ -13,7 +13,7 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-require "droonga/plugin/distributor/search"
+require "droonga/plugin/distributor/distributed_search_plan"
 
 class DistributedSearchPlanTest < Test::Unit::TestCase
   def assert_planned(expected, search_request_envelope)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index