[Groonga-commit] ranguba/groonga-client at 48fa79a [master] Assert String is converted to URI

Back to archive index

KITAITI Makoto null+****@clear*****
Wed Mar 30 12:38:01 JST 2016


KITAITI Makoto	2016-03-30 12:38:01 +0900 (Wed, 30 Mar 2016)

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

  Merged 58aca4d: Merge pull request #9 from KitaitiMakoto/url-typo

  Message:
    Assert String is converted to URI

  Modified files:
    test/test-client.rb

  Modified: test/test-client.rb (+1 -1)
===================================================================
--- test/test-client.rb    2016-03-28 00:14:58 +0900 (6377eb7)
+++ test/test-client.rb    2016-03-30 12:38:01 +0900 (5311687)
@@ -56,7 +56,7 @@ class TestClient < Test::Unit::TestCase
         url << "@"
       end
       url << "#{@address}:#{@port}"
-      {:url => URI.parse(url)}
+      {:url => url}
     end
 
     def open_client(&block)
-------------- next part --------------
HTML����������������������������...
Download 



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