[Groonga-commit] groonga/groonga at 47e2390 [master] test: ensure "tag" -> "zzz" order

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 24 23:13:24 JST 2017


Kouhei Sutou	2017-01-24 23:13:24 +0900 (Tue, 24 Jan 2017)

  New Revision: 47e2390f039d4a8aab96fbe756b0a86671d30608
  https://github.com/groonga/groonga/commit/47e2390f039d4a8aab96fbe756b0a86671d30608

  Message:
    test: ensure "tag" -> "zzz" order
    
    Parameters are sorted alphabetically in HTTP request.

  Modified files:
    test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/with_valid_drilldown.expected
    test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/with_valid_drilldown.test

  Modified: test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/with_valid_drilldown.expected (+1 -1)
===================================================================
--- test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/with_valid_drilldown.expected    2017-01-24 19:29:15 +0900 (c22e4e9)
+++ test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/with_valid_drilldown.expected    2017-01-24 23:13:24 +0900 (d8b193f)
@@ -12,7 +12,7 @@ load --table Memos
 {"_key": "Rroonga is fast!", "tag": "Rroonga"}
 ]
 [[0,0.0,0.0],4]
-select Memos   --drilldowns[tag].keys tag   --drilldowns[tag].output_columns _key   --drilldowns[tag].sort_keys nonexistent   --drilldowns[tag2].keys tag
+select Memos   --drilldowns[tag].keys tag   --drilldowns[tag].output_columns _key   --drilldowns[tag].sort_keys nonexistent   --drilldowns[zzz].keys tag
 [
   [
     [

  Modified: test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/with_valid_drilldown.test (+1 -1)
===================================================================
--- test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/with_valid_drilldown.test    2017-01-24 19:29:15 +0900 (d9efb8d)
+++ test/command/suite/select/drilldowns/sort_keys/invalid/nonexistent/with_valid_drilldown.test    2017-01-24 23:13:24 +0900 (9bb900d)
@@ -15,4 +15,4 @@ select Memos \
   --drilldowns[tag].keys tag \
   --drilldowns[tag].output_columns _key \
   --drilldowns[tag].sort_keys nonexistent \
-  --drilldowns[tag2].keys tag
+  --drilldowns[zzz].keys tag
-------------- next part --------------
HTML����������������������������...
下载 



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