[Groonga-commit] groonga/groonga-query-log at b8338d0 [master] Add missing .new

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 15 19:10:15 JST 2014


Kouhei Sutou	2014-01-15 19:10:15 +0900 (Wed, 15 Jan 2014)

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

  Message:
    Add missing .new

  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-15 19:07:38 +0900 (6446cfd)
+++ lib/groonga/query-log/server-verifier.rb    2014-01-15 19:10:15 +0900 (b5e1748)
@@ -116,7 +116,7 @@ module Groonga
         command["cache"] = "no" if****@optio*****_cache?
         response1 = groonga1_client.execute(command)
         response2 = groonga2_client.execute(command)
-        comparer = ResponseComparer(command, response1, response2)
+        comparer = ResponseComparer.new(command, response1, response2)
         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