[Groonga-commit] droonga/droonga-engine at fe42389 [master] test: Fix syntax error

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Apr 28 18:15:22 JST 2014


YUKI Hiroshi	2014-04-28 18:15:22 +0900 (Mon, 28 Apr 2014)

  New Revision: fe423890e5eb16bd641536dcb115f1f58c25158b
  https://github.com/droonga/droonga-engine/commit/fe423890e5eb16bd641536dcb115f1f58c25158b

  Message:
    test: Fix syntax error

  Modified files:
    test/unit/plugins/groonga/select/test_adapter_input.rb

  Modified: test/unit/plugins/groonga/select/test_adapter_input.rb (+1 -1)
===================================================================
--- test/unit/plugins/groonga/select/test_adapter_input.rb    2014-04-28 18:14:39 +0900 (018c365)
+++ test/unit/plugins/groonga/select/test_adapter_input.rb    2014-04-28 18:15:22 +0900 (7d54819)
@@ -393,7 +393,7 @@ class GroongaSelectAdapterInputTest < Test::Unit::TestCase
       select_request = base_request.merge({
         "drilldown"                => "a,b",
         "drilldown_output_columns" => "_key,_nsubrecs",
-        "drilldown_sortby"         => "-_nsubrecs"
+        "drilldown_sortby"         => "-_nsubrecs",
         "drilldown_offset"         => "1",
         "drilldown_limit"          => "2",
       })
-------------- next part --------------
HTML����������������������������...
Download 



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