[Groonga-commit] ranguba/groonga-client at 37684e5 [master] Follow API change

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 16 17:21:14 JST 2018


Kouhei Sutou	2018-02-16 17:21:14 +0900 (Fri, 16 Feb 2018)

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

  Message:
    Follow API change
    
    :path requires "/d".

  Modified files:
    test/test-client.rb

  Modified: test/test-client.rb (+2 -2)
===================================================================
--- test/test-client.rb    2018-02-16 17:20:49 +0900 (c065447)
+++ test/test-client.rb    2018-02-16 17:21:14 +0900 (b228101)
@@ -491,7 +491,7 @@ EOH
 
       def test_with_trailing_slash
         stub_response("[]")
-        options = component_based_open_options.merge(:path => "/sub_path/")
+        options = component_based_open_options.merge(:path => "/sub_path/d/")
         Groonga::Client.open(options) do |client|
           client.status
         end
@@ -500,7 +500,7 @@ EOH
 
       def test_without_trailing_slash
         stub_response("[]")
-        options = component_based_open_options.merge(:path => "/sub_path")
+        options = component_based_open_options.merge(:path => "/sub_path/d")
         Groonga::Client.open(options) do |client|
           client.status
         end
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180216/b616c328/attachment-0001.htm 



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