[Groonga-commit] groonga/groonga-query-log at 9b94b43 [master] test: update mock

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 21 21:29:48 JST 2018


Kouhei Sutou	2018-05-21 21:29:48 +0900 (Mon, 21 May 2018)

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

  Message:
    test: update mock

  Modified files:
    test/test-replayer.rb

  Modified: test/test-replayer.rb (+2 -3)
===================================================================
--- test/test-replayer.rb    2018-05-21 21:00:18 +0900 (7e2a4ae)
+++ test/test-replayer.rb    2018-05-21 21:29:48 +0900 (9411dd2)
@@ -1,6 +1,4 @@
-# -*- coding: utf-8 -*-
-#
-# Copyright (C) 2013  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2013-2018  Kouhei Sutou <kou �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -50,6 +48,7 @@ class ReplayerTest < Test::Unit::TestCase
           :host     => "127.0.0.1",
           :port     => 10041,
           :protocol => :http,
+          :read_timeout => 60,
         }
         expected_open_options = default_options.merge(expected_options)
         mock(Groonga::Client).open(expected_open_options).yields(client) do
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180521/8d0b0a80/attachment.htm 



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