[Groonga-commit] groonga/groonga at 9dc0d17 [master] test: work with "--interface http"

Back to archive index

Kouhei Sutou null+****@clear*****
Tue May 10 23:22:24 JST 2016


Kouhei Sutou	2016-05-10 23:22:24 +0900 (Tue, 10 May 2016)

  New Revision: 9dc0d174a942b5752883b6fa51509b3e24e04441
  https://github.com/groonga/groonga/commit/9dc0d174a942b5752883b6fa51509b3e24e04441

  Message:
    test: work with "--interface http"

  Modified files:
    test/command/suite/select/drilldown/labeled/column/stage/initial/drilldown.expected
    test/command/suite/select/drilldown/labeled/column/stage/initial/drilldown.test

  Modified: test/command/suite/select/drilldown/labeled/column/stage/initial/drilldown.expected (+3 -3)
===================================================================
--- test/command/suite/select/drilldown/labeled/column/stage/initial/drilldown.expected    2016-05-10 18:01:42 +0900 (7ea69e2)
+++ test/command/suite/select/drilldown/labeled/column/stage/initial/drilldown.expected    2016-05-10 23:22:24 +0900 (633a26e)
@@ -23,7 +23,7 @@ load --table Items
 {"_key": "Drink", "price": 300}
 ]
 [[0,0.0,0.0],6]
-select Shops   --drilldown[label].keys items   --drilldown[label].sortby price   --drilldown[label].output_columns _key,_nsubrecs,price,price_with_tax   --drilldown[label].column[price_with_tax].stage initial   --drilldown[label].column[price_with_tax].type UInt32   --drilldown[label].column[price_with_tax].flags COLUMN_SCALAR   --drilldown[label].column[price_with_tax].value 'price * 1.08'   --drilldown[label2].table label   --drilldown[label2].keys price_with_tax
+select Shops   --drilldown[item].keys items   --drilldown[item].sortby price   --drilldown[item].output_columns _key,_nsubrecs,price,price_with_tax   --drilldown[item].column[price_with_tax].stage initial   --drilldown[item].column[price_with_tax].type UInt32   --drilldown[item].column[price_with_tax].flags COLUMN_SCALAR   --drilldown[item].column[price_with_tax].value 'price * 1.08'   --drilldown[real_price].table item   --drilldown[real_price].keys price_with_tax
 [
   [
     0,
@@ -80,7 +80,7 @@ select Shops   --drilldown[label].keys items   --drilldown[label].sortby price
       ]
     ],
     {
-      "label": [
+      "item": [
         [
           6
         ],
@@ -139,7 +139,7 @@ select Shops   --drilldown[label].keys items   --drilldown[label].sortby price
           1080
         ]
       ],
-      "label2": [
+      "real_price": [
         [
           3
         ],

  Modified: test/command/suite/select/drilldown/labeled/column/stage/initial/drilldown.test (+9 -9)
===================================================================
--- test/command/suite/select/drilldown/labeled/column/stage/initial/drilldown.test    2016-05-10 18:01:42 +0900 (2586cee)
+++ test/command/suite/select/drilldown/labeled/column/stage/initial/drilldown.test    2016-05-10 23:22:24 +0900 (1cdcdc1)
@@ -22,12 +22,12 @@ load --table Items
 ]
 
 select Shops \
-  --drilldown[label].keys items \
-  --drilldown[label].sortby price \
-  --drilldown[label].output_columns _key,_nsubrecs,price,price_with_tax \
-  --drilldown[label].column[price_with_tax].stage initial \
-  --drilldown[label].column[price_with_tax].type UInt32 \
-  --drilldown[label].column[price_with_tax].flags COLUMN_SCALAR \
-  --drilldown[label].column[price_with_tax].value 'price * 1.08' \
-  --drilldown[label2].table label \
-  --drilldown[label2].keys price_with_tax
+  --drilldown[item].keys items \
+  --drilldown[item].sortby price \
+  --drilldown[item].output_columns _key,_nsubrecs,price,price_with_tax \
+  --drilldown[item].column[price_with_tax].stage initial \
+  --drilldown[item].column[price_with_tax].type UInt32 \
+  --drilldown[item].column[price_with_tax].flags COLUMN_SCALAR \
+  --drilldown[item].column[price_with_tax].value 'price * 1.08' \
+  --drilldown[real_price].table item \
+  --drilldown[real_price].keys price_with_tax
-------------- next part --------------
HTML����������������������������...
下載 



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