[Groonga-commit] groonga/groonga-command at 7c6181e [master] logical-range-filter: fix a typo

Back to archive index

Hiroshi Hatake null+****@clear*****
Fri Feb 13 14:49:45 JST 2015


Hiroshi Hatake	2015-02-13 14:49:45 +0900 (Fri, 13 Feb 2015)

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

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

  Message:
    logical-range-filter: fix a typo
    
    as ending ->
    ascending
      +

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

  Modified: test/command/test-logical-range-filter.rb (+1 -1)
===================================================================
--- test/command/test-logical-range-filter.rb    2015-02-13 14:48:24 +0900 (8179163)
+++ test/command/test-logical-range-filter.rb    2015-02-13 14:49:45 +0900 (f8131c1)
@@ -30,7 +30,7 @@ class LogicalRangeFilterCommandTest < Test::Unit::TestCase
       min_border     = "include"
       max            = "2015-02-13 00:00:00"
       max_border     = "exclude"
-      order          = "asending"
+      order          = "ascending"
       filter         = "value == 10"
       offset         = "10"
       limit          = "20"
-------------- next part --------------
HTML����������������������������...
다운로드 



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