[Groonga-commit] droonga/fluent-plugin-droonga at 094f4d3 [master] Revert wrong changes around request query's attributes

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Wed Dec 4 12:40:31 JST 2013


YUKI Hiroshi	2013-12-04 12:40:31 +0900 (Wed, 04 Dec 2013)

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

  Message:
    Revert wrong changes around request query's attributes

  Modified files:
    test/unit/plugin/distributor/test_search.rb

  Modified: test/unit/plugin/distributor/test_search.rb (+3 -3)
===================================================================
--- test/unit/plugin/distributor/test_search.rb    2013-12-04 12:29:17 +0900 (411b2a8)
+++ test/unit/plugin/distributor/test_search.rb    2013-12-04 12:40:31 +0900 (100f0f8)
@@ -40,7 +40,7 @@ class SearchDistributorTest < Test::Unit::TestCase
               "output" => {
                 "format" => "complex",
                 "elements" => ["count", "records"],
-                "attributes" => ["_key"],
+                "attributes" => [],
                 "offset" => 0,
                 "limit" => 10,
               },
@@ -50,7 +50,7 @@ class SearchDistributorTest < Test::Unit::TestCase
               "output" => {
                 "format" => "complex",
                 "elements" => ["count", "records"],
-                "attributes" => ["_key"],
+                "attributes" => [],
                 "offset" => 0,
                 "limit" => 20,
               },
@@ -60,7 +60,7 @@ class SearchDistributorTest < Test::Unit::TestCase
               "output" => {
                 "format" => "complex",
                 "elements" => ["count", "records"],
-                "attributes" => ["_key"],
+                "attributes" => [],
                 "offset" => 0,
                 "limit" => 30,
               },
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index