[Groonga-commit] groonga/fluent-plugin-droonga [master] Follow implementation fix

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 9 16:45:45 JST 2013


Kouhei Sutou	2013-04-09 16:45:45 +0900 (Tue, 09 Apr 2013)

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

  Message:
    Follow implementation fix
    
    /body/result/... ->
    /body/...

  Modified files:
    test/test_worker.rb

  Modified: test/test_worker.rb (+2 -4)
===================================================================
--- test/test_worker.rb    2013-04-05 08:03:57 +0900 (2b813d7)
+++ test/test_worker.rb    2013-04-09 16:45:45 +0900 (4eb12fd)
@@ -87,10 +87,8 @@ class WorkerTest < Test::Unit::TestCase
         "type" => "search.result",
         "statusCode" => 200,
         "body" => {
-          "result" => {
-            "sections" => {
-              "count" => 9,
-            },
+          "sections" => {
+            "count" => 9,
           },
         },
       }
-------------- next part --------------
HTML����������������������������...
Download 



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