[Groonga-commit] groonga/groonga-query-log at 5a2d2a5 [master] Fix wrong arguments

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 16 14:57:09 JST 2014


Kouhei Sutou	2014-01-16 14:57:09 +0900 (Thu, 16 Jan 2014)

  New Revision: 5a2d2a583f590027c01bdb38aa94c0207830c0bf
  https://github.com/groonga/groonga-query-log/commit/5a2d2a583f590027c01bdb38aa94c0207830c0bf

  Message:
    Fix wrong arguments

  Modified files:
    lib/groonga/query-log/server-verifier.rb

  Modified: lib/groonga/query-log/server-verifier.rb (+1 -1)
===================================================================
--- lib/groonga/query-log/server-verifier.rb    2014-01-16 14:53:13 +0900 (b5e1748)
+++ lib/groonga/query-log/server-verifier.rb    2014-01-16 14:57:09 +0900 (07cf76b)
@@ -116,7 +116,7 @@ module Groonga
         command["cache"] = "no" if****@optio*****_cache?
         response1 = groonga1_client.execute(command)
         response2 = groonga2_client.execute(command)
-        comparer = ResponseComparer.new(command, response1, response2)
+        comparer = ResponseComparer.new(command, response1.body, response2.body)
         unless comparer.same?
           @different_results.push([command, response1, response2])
         end
-------------- next part --------------
HTML����������������������������...
Download 



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