[Groonga-commit] droonga/drntest at 79b6cfe [master] Follow method name change in droonga-client

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jan 17 18:16:19 JST 2014


Kouhei Sutou	2014-01-17 18:16:19 +0900 (Fri, 17 Jan 2014)

  New Revision: 79b6cfecafbefeb8f575053c8a5d7ba9e5a4d056
  https://github.com/droonga/drntest/commit/79b6cfecafbefeb8f575053c8a5d7ba9e5a4d056

  Message:
    Follow method name change in droonga-client

  Modified files:
    lib/drntest/test-executor.rb

  Modified: lib/drntest/test-executor.rb (+2 -2)
===================================================================
--- lib/drntest/test-executor.rb    2014-01-16 16:38:01 +0900 (6c8cdec)
+++ lib/drntest/test-executor.rb    2014-01-17 18:16:19 +0900 (2c229e1)
@@ -78,10 +78,10 @@ module Drntest
 
       def execute_request(request)
         if @logging
-          response =****@clien*****(request)
+          response =****@clien*****(request)
           @responses << normalize_response(request, response)
         else
-          @requests << @client.shuttle(request, :connect_timeout => 2) do
+          @requests << @client.request(request) do
           end
         end
       end
-------------- next part --------------
HTML����������������������������...
Download 



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