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

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 16 15:48:00 JST 2014


Kouhei Sutou	2014-01-16 15:48:00 +0900 (Thu, 16 Jan 2014)

  New Revision: c46af79c3defdbc046a10aad28a90fb2312ab32c
  https://github.com/droonga/drntest/commit/c46af79c3defdbc046a10aad28a90fb2312ab32c

  Message:
    Follow method name change in droonga-client

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

  Modified: lib/drntest/test-executor.rb (+2 -3)
===================================================================
--- lib/drntest/test-executor.rb    2013-12-29 12:24:44 +0900 (3ccedf3)
+++ lib/drntest/test-executor.rb    2014-01-16 15:48:00 +0900 (d0ba7fa)
@@ -80,11 +80,10 @@ module Drntest
 
       def execute_request(request)
         if @logging
-          response =****@clien*****(request)
+          response =****@clien*****(request)
           @responses << normalize_response(request, response)
         else
-          @requests << @client.connection.execute(request,
-                                                  :connect_timeout => 2) do
+          @requests << @client.shuttle(request, :connect_timeout => 2) do
           end
         end
       end
-------------- next part --------------
HTML����������������������������...
Download 



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