[Groonga-commit] ranguba/groonga-client at fa5d455 [master] Make awere of auth info when open client

Back to archive index

KITAITI Makoto null+****@clear*****
Sat Feb 6 12:58:40 JST 2016


KITAITI Makoto	2016-02-06 12:58:40 +0900 (Sat, 06 Feb 2016)

  New Revision: fa5d45541e62be827a0645b9a4d1dd6a5362b5ac
  https://github.com/ranguba/groonga-client/commit/fa5d45541e62be827a0645b9a4d1dd6a5362b5ac

  Merged 41a8b86: Merge pull request #4 from KitaitiMakoto/basic-auth

  Message:
    Make awere of auth info when open client

  Modified files:
    test/test-client.rb

  Modified: test/test-client.rb (+1 -1)
===================================================================
--- test/test-client.rb    2016-02-06 12:57:58 +0900 (060d871)
+++ test/test-client.rb    2016-02-06 12:58:40 +0900 (89cdf95)
@@ -50,7 +50,7 @@ class TestClient < Test::Unit::TestCase
     end
 
     def open_client(&block)
-      options = {:host => @address, :port => @port, :protocol => @protocol}
+      options = {:host => @address, :port => @port, :protocol => @protocol, :auth_user => @auth_user, :auth_password => @auth_password}
       Groonga::Client.open(options, &block)
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



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