[Groonga-commit] droonga/fluent-plugin-droonga at 9d861a2 [master] Add to-be-ignored sortBy for test requests for no output cases

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 28 11:22:10 JST 2013


YUKI Hiroshi	2013-11-28 11:22:10 +0900 (Thu, 28 Nov 2013)

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

  Message:
    Add to-be-ignored sortBy for test requests for no output cases

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

  Modified: test/unit/plugin/distributor/test_search.rb (+10 -0)
===================================================================
--- test/unit/plugin/distributor/test_search.rb    2013-11-28 11:20:30 +0900 (ffe85d3)
+++ test/unit/plugin/distributor/test_search.rb    2013-11-28 11:22:10 +0900 (2525e93)
@@ -204,6 +204,11 @@ class SearchDistributorTest < Test::Unit::TestCase
           "queries" => {
             "no_output" => {
               "source" => "User",
+              "sortBy" => {
+                "keys" => ["name"],
+                "offset" => 0,
+                "limit" => 1,
+              },
             },
           },
         },
@@ -225,6 +230,11 @@ class SearchDistributorTest < Test::Unit::TestCase
           "queries" => {
             "no_records" => {
               "source" => "User",
+              "sortBy" => {
+                "keys" => ["name"],
+                "offset" => 0,
+                "limit" => 1,
+              },
               "output" => {
                 "elements" => ["count"],
               },
-------------- next part --------------
HTML����������������������������...
Download 



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