[Groonga-commit] droonga/fluent-plugin-droonga at ce74f4b [master] Follow to the new response format of the "add" command

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Jan 24 13:18:04 JST 2014


YUKI Hiroshi	2014-01-24 13:18:04 +0900 (Fri, 24 Jan 2014)

  New Revision: ce74f4b9fdb51605a061b784a1d4b044fbf11e8a
  https://github.com/droonga/fluent-plugin-droonga/commit/ce74f4b9fdb51605a061b784a1d4b044fbf11e8a

  Message:
    Follow to the new response format of the "add" command

  Modified files:
    test/unit/plugin/handler/test_add.rb

  Modified: test/unit/plugin/handler/test_add.rb (+3 -1)
===================================================================
--- test/unit/plugin/handler/test_add.rb    2014-01-24 13:15:18 +0900 (655281d)
+++ test/unit/plugin/handler/test_add.rb    2014-01-24 13:18:04 +0900 (ac6aac9)
@@ -16,7 +16,9 @@
 require "droonga/plugin/handler/add"
 
 class AddHandlerTest < Test::Unit::TestCase
-  SUCCESS_RESPONSE_BODY = true
+  SUCCESS_RESPONSE_BODY = {
+    "success" => true,
+  }
 
   def setup
     setup_database
-------------- next part --------------
HTML����������������������������...
Download 



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