[Groonga-commit] droonga/drntest at 4a205db [master] Use new #send API

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Nov 21 13:04:56 JST 2013


Kouhei Sutou	2013-11-21 13:04:56 +0900 (Thu, 21 Nov 2013)

  New Revision: 4a205dbc20dfbab6056e62806daa753d0e3b2843
  https://github.com/droonga/drntest/commit/4a205dbc20dfbab6056e62806daa753d0e3b2843

  Message:
    Use new #send API

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

  Modified: lib/drntest/test-runner.rb (+1 -1)
===================================================================
--- lib/drntest/test-runner.rb    2013-11-20 17:36:28 +0900 (caf4279)
+++ lib/drntest/test-runner.rb    2013-11-21 13:04:56 +0900 (b78293f)
@@ -35,7 +35,7 @@ module Drntest
 
       print "#{target_path}: "
       request_envelope = load_request_envelope
-      actual = client.connection.send_receive(request_envelope)
+      actual = client.connection.send(request_envelope, :response => :one)
       if actual
         actual = normalize_result(actual)
         result.actual = actual
-------------- next part --------------
HTML����������������������������...
Download 



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