[Groonga-commit] droonga/fluent-plugin-droonga at b7e1a10 [master] Resolve name correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Dec 6 10:13:08 JST 2013


YUKI Hiroshi	2013-12-06 10:13:08 +0900 (Fri, 06 Dec 2013)

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

  Message:
    Resolve name correctly

  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-06 10:11:29 +0900 (43f157b)
+++ test/unit/plugin/distributor/test_search_plan.rb    2013-12-06 10:13:08 +0900 (3f35a53)
@@ -17,7 +17,7 @@ require "droonga/plugin/distributor/search"
 
 class DistributedSearchPlanTest < Test::Unit::TestCase
   def assert_planned(expected, search_request_envelope)
-    plan = DistributedSearchPlan.new(search_request_envelope)
+    plan = Droonga::DistributedSearchPlan.new(search_request_envelope)
     actual = plan.messages
     assert_equal(expected, actual)
   end
-------------- next part --------------
HTML����������������������������...
下载 



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