[Groonga-commit] groonga/groonga-command at b2250ba [master] logical-range-filter: Use same order of `ordered_arguments` for readability

Back to archive index

Hiroshi Hatake null+****@clear*****
Fri Feb 13 14:54:46 JST 2015


Hiroshi Hatake	2015-02-13 14:54:46 +0900 (Fri, 13 Feb 2015)

  New Revision: b2250babc1a211ca4f11c639e1479555ffda1d3c
  https://github.com/groonga/groonga-command/commit/b2250babc1a211ca4f11c639e1479555ffda1d3c

  Merged 1c44ba3: Merge pull request #5 from cosmo0920/support-logical-range-filter

  Message:
    logical-range-filter: Use same order of `ordered_arguments` for readability

  Modified files:
    test/command/test-logical-range-filter.rb

  Modified: test/command/test-logical-range-filter.rb (+2 -2)
===================================================================
--- test/command/test-logical-range-filter.rb    2015-02-13 14:49:45 +0900 (f8131c1)
+++ test/command/test-logical-range-filter.rb    2015-02-13 14:54:46 +0900 (0ca0142)
@@ -31,9 +31,9 @@ class LogicalRangeFilterCommandTest < Test::Unit::TestCase
       max            = "2015-02-13 00:00:00"
       max_border     = "exclude"
       order          = "ascending"
-      filter         = "value == 10"
       offset         = "10"
       limit          = "20"
+      filter         = "value == 10"
       output_columns = "_key, timestamp"
 
       ordered_arguments = [
@@ -58,9 +58,9 @@ class LogicalRangeFilterCommandTest < Test::Unit::TestCase
                      :max            => max,
                      :max_border     => max_border,
                      :order          => order,
-                     :filter         => filter,
                      :offset         => offset,
                      :limit          => limit,
+                     :filter         => filter,
                      :output_columns => output_columns,
                    },
                    command.arguments)
-------------- next part --------------
HTML����������������������������...
Download 



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