[Groonga-commit] droonga/fluent-plugin-droonga at 4b4da60 [master] Fill offset and limit for expected "search" command converted from "select"

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 21 12:04:31 JST 2013


YUKI Hiroshi	2013-11-21 12:04:31 +0900 (Thu, 21 Nov 2013)

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

  Message:
    Fill offset and limit for expected "search" command converted from "select"

  Modified files:
    test/unit/plugin/adapter/groonga/test_select.rb

  Modified: test/unit/plugin/adapter/groonga/test_select.rb (+6 -0)
===================================================================
--- test/unit/plugin/adapter/groonga/test_select.rb    2013-11-21 12:02:51 +0900 (ccf5e4b)
+++ test/unit/plugin/adapter/groonga/test_select.rb    2013-11-21 12:04:31 +0900 (080c96c)
@@ -40,6 +40,8 @@ class AdapterGroongaSelectTest < Test::Unit::TestCase
                 "records",
               ],
               "attributes" => ["_id"],
+              "offset" => 0,
+              "limit" => 10,
             },
           },
         },
@@ -73,6 +75,8 @@ class AdapterGroongaSelectTest < Test::Unit::TestCase
                   "records",
                 ],
                 "attributes" => expected_attributes,
+                "offset" => 0,
+                "limit" => 10,
               },
             },
           },
@@ -124,6 +128,8 @@ class AdapterGroongaSelectTest < Test::Unit::TestCase
                   "records",
                 ],
                 "attributes" => ["_id"],
+                "offset" => 0,
+                "limit" => 10,
               },
             },
           },
-------------- next part --------------
HTML����������������������������...
Download 



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