[Groonga-commit] groonga/groonga at 7d44a5e [master] test: use "{}" for empty record

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 14 14:54:48 JST 2013


Kouhei Sutou	2013-10-14 14:54:48 +0900 (Mon, 14 Oct 2013)

  New Revision: 7d44a5e5b012e0130a0392cccdd1966d69872403
  https://github.com/groonga/groonga/commit/7d44a5e5b012e0130a0392cccdd1966d69872403

  Message:
    test: use "{}" for empty record

  Modified files:
    test/command/suite/select/function/max/no_argument.expected
    test/command/suite/select/function/max/no_argument.test
    test/command/suite/select/function/max/only_float.expected
    test/command/suite/select/function/max/only_float.test
    test/command/suite/select/function/min/no_argument.expected
    test/command/suite/select/function/min/no_argument.test
    test/command/suite/select/function/min/only_float.expected
    test/command/suite/select/function/min/only_float.test

  Modified: test/command/suite/select/function/max/no_argument.expected (+1 -1)
===================================================================
--- test/command/suite/select/function/max/no_argument.expected    2013-10-14 14:05:03 +0900 (f4c8337)
+++ test/command/suite/select/function/max/no_argument.expected    2013-10-14 14:54:48 +0900 (2750618)
@@ -2,7 +2,7 @@ table_create Values TABLE_NO_KEY
 [[0,0.0,0.0],true]
 load --table Values
 [
-[]
+{}
 ]
 [[0,0.0,0.0],1]
 select Values   --filter true   --output_columns '_id,_score'   --scorer '_score = max()'

  Modified: test/command/suite/select/function/max/no_argument.test (+1 -1)
===================================================================
--- test/command/suite/select/function/max/no_argument.test    2013-10-14 14:05:03 +0900 (2c49de0)
+++ test/command/suite/select/function/max/no_argument.test    2013-10-14 14:54:48 +0900 (c9bd590)
@@ -2,7 +2,7 @@ table_create Values TABLE_NO_KEY
 
 load --table Values
 [
-[]
+{}
 ]
 
 select Values \

  Modified: test/command/suite/select/function/max/only_float.expected (+1 -1)
===================================================================
--- test/command/suite/select/function/max/only_float.expected    2013-10-14 14:05:03 +0900 (687ae5d)
+++ test/command/suite/select/function/max/only_float.expected    2013-10-14 14:54:48 +0900 (12360be)
@@ -4,7 +4,7 @@ column_create Values output COLUMN_SCALAR Float
 [[0,0.0,0.0],true]
 load --table Values
 [
-[]
+{}
 ]
 [[0,0.0,0.0],1]
 select Values   --filter true   --output_columns '_id,output'   --scorer 'output = max(-29.29, 2929.29, 29.29)'

  Modified: test/command/suite/select/function/max/only_float.test (+1 -1)
===================================================================
--- test/command/suite/select/function/max/only_float.test    2013-10-14 14:05:03 +0900 (5ad70cb)
+++ test/command/suite/select/function/max/only_float.test    2013-10-14 14:54:48 +0900 (ab2adee)
@@ -3,7 +3,7 @@ column_create Values output COLUMN_SCALAR Float
 
 load --table Values
 [
-[]
+{}
 ]
 
 select Values \

  Modified: test/command/suite/select/function/min/no_argument.expected (+1 -1)
===================================================================
--- test/command/suite/select/function/min/no_argument.expected    2013-10-14 14:05:03 +0900 (0611f67)
+++ test/command/suite/select/function/min/no_argument.expected    2013-10-14 14:54:48 +0900 (ca21373)
@@ -2,7 +2,7 @@ table_create Values TABLE_NO_KEY
 [[0,0.0,0.0],true]
 load --table Values
 [
-[]
+{}
 ]
 [[0,0.0,0.0],1]
 select Values   --filter true   --output_columns '_id,_score'   --scorer '_score = min()'

  Modified: test/command/suite/select/function/min/no_argument.test (+1 -1)
===================================================================
--- test/command/suite/select/function/min/no_argument.test    2013-10-14 14:05:03 +0900 (15c53a9)
+++ test/command/suite/select/function/min/no_argument.test    2013-10-14 14:54:48 +0900 (3d00b66)
@@ -2,7 +2,7 @@ table_create Values TABLE_NO_KEY
 
 load --table Values
 [
-[]
+{}
 ]
 
 select Values \

  Modified: test/command/suite/select/function/min/only_float.expected (+1 -1)
===================================================================
--- test/command/suite/select/function/min/only_float.expected    2013-10-14 14:05:03 +0900 (ed2f92d)
+++ test/command/suite/select/function/min/only_float.expected    2013-10-14 14:54:48 +0900 (72e54ac)
@@ -4,7 +4,7 @@ column_create Values output COLUMN_SCALAR Float
 [[0,0.0,0.0],true]
 load --table Values
 [
-[]
+{}
 ]
 [[0,0.0,0.0],1]
 select Values   --filter true   --output_columns '_id,output'   --scorer 'output = min(-29.29, -2929.29, 29.29)'

  Modified: test/command/suite/select/function/min/only_float.test (+1 -1)
===================================================================
--- test/command/suite/select/function/min/only_float.test    2013-10-14 14:05:03 +0900 (1ac7193)
+++ test/command/suite/select/function/min/only_float.test    2013-10-14 14:54:48 +0900 (f91b8a3)
@@ -3,7 +3,7 @@ column_create Values output COLUMN_SCALAR Float
 
 load --table Values
 [
-[]
+{}
 ]
 
 select Values \
-------------- next part --------------
HTML����������������������������...
Download 



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