[Groonga-commit] groonga/groonga at 9ffbde3 [master] test: use the correct load format

Back to archive index

Susumu Yata null+****@clear*****
Fri Mar 4 14:54:55 JST 2016


Susumu Yata	2016-03-04 14:54:55 +0900 (Fri, 04 Mar 2016)

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

  Message:
    test: use the correct load format
    
    GitHub: #497

  Modified files:
    test/command/suite/select/filter/logical_operation/and/false.expected
    test/command/suite/select/filter/logical_operation/and/false.test
    test/command/suite/select/filter/logical_operation/and/null.expected
    test/command/suite/select/filter/logical_operation/and/null.test
    test/command/suite/select/filter/logical_operation/or/all_false.expected
    test/command/suite/select/filter/logical_operation/or/all_false.test
    test/command/suite/select/filter/logical_operation/or/all_null.expected
    test/command/suite/select/filter/logical_operation/or/all_null.test
    test/command/suite/select/filter/no_index/score/bool/true.expected
    test/command/suite/select/filter/no_index/score/bool/true.test
    test/command/suite/select/filter/no_index/score/string/not_number.expected
    test/command/suite/select/filter/no_index/score/string/not_number.test
    test/command/suite/select/filter/no_index/score/string/positive_number.expected
    test/command/suite/select/filter/no_index/score/string/positive_number.test

  Modified: test/command/suite/select/filter/logical_operation/and/false.expected (+1 -0)
===================================================================
--- test/command/suite/select/filter/logical_operation/and/false.expected    2016-03-04 13:31:26 +0900 (5cf9f18)
+++ test/command/suite/select/filter/logical_operation/and/false.expected    2016-03-04 14:54:55 +0900 (69e0ae9)
@@ -2,6 +2,7 @@ table_create Records TABLE_NO_KEY
 [[0,0.0,0.0],true]
 load --table Records
 [
+[],
 []
 ]
 [[0,0.0,0.0],1]

  Modified: test/command/suite/select/filter/logical_operation/and/false.test (+1 -0)
===================================================================
--- test/command/suite/select/filter/logical_operation/and/false.test    2016-03-04 13:31:26 +0900 (8c6a386)
+++ test/command/suite/select/filter/logical_operation/and/false.test    2016-03-04 14:54:55 +0900 (db49f6e)
@@ -2,6 +2,7 @@ table_create Records TABLE_NO_KEY
 
 load --table Records
 [
+[],
 []
 ]
 

  Modified: test/command/suite/select/filter/logical_operation/and/null.expected (+1 -0)
===================================================================
--- test/command/suite/select/filter/logical_operation/and/null.expected    2016-03-04 13:31:26 +0900 (c5e4b85)
+++ test/command/suite/select/filter/logical_operation/and/null.expected    2016-03-04 14:54:55 +0900 (fa1e7a6)
@@ -2,6 +2,7 @@ table_create Records TABLE_NO_KEY
 [[0,0.0,0.0],true]
 load --table Records
 [
+[],
 []
 ]
 [[0,0.0,0.0],1]

  Modified: test/command/suite/select/filter/logical_operation/and/null.test (+1 -0)
===================================================================
--- test/command/suite/select/filter/logical_operation/and/null.test    2016-03-04 13:31:26 +0900 (16b5010)
+++ test/command/suite/select/filter/logical_operation/and/null.test    2016-03-04 14:54:55 +0900 (4bb405c)
@@ -2,6 +2,7 @@ table_create Records TABLE_NO_KEY
 
 load --table Records
 [
+[],
 []
 ]
 

  Modified: test/command/suite/select/filter/logical_operation/or/all_false.expected (+1 -0)
===================================================================
--- test/command/suite/select/filter/logical_operation/or/all_false.expected    2016-03-04 13:31:26 +0900 (f7801d3)
+++ test/command/suite/select/filter/logical_operation/or/all_false.expected    2016-03-04 14:54:55 +0900 (e0e446c)
@@ -2,6 +2,7 @@ table_create Records TABLE_NO_KEY
 [[0,0.0,0.0],true]
 load --table Records
 [
+[],
 []
 ]
 [[0,0.0,0.0],1]

  Modified: test/command/suite/select/filter/logical_operation/or/all_false.test (+1 -0)
===================================================================
--- test/command/suite/select/filter/logical_operation/or/all_false.test    2016-03-04 13:31:26 +0900 (9ce383f)
+++ test/command/suite/select/filter/logical_operation/or/all_false.test    2016-03-04 14:54:55 +0900 (8c24be7)
@@ -2,6 +2,7 @@ table_create Records TABLE_NO_KEY
 
 load --table Records
 [
+[],
 []
 ]
 

  Modified: test/command/suite/select/filter/logical_operation/or/all_null.expected (+1 -0)
===================================================================
--- test/command/suite/select/filter/logical_operation/or/all_null.expected    2016-03-04 13:31:26 +0900 (cebfee1)
+++ test/command/suite/select/filter/logical_operation/or/all_null.expected    2016-03-04 14:54:55 +0900 (43589dd)
@@ -2,6 +2,7 @@ table_create Records TABLE_NO_KEY
 [[0,0.0,0.0],true]
 load --table Records
 [
+[],
 []
 ]
 [[0,0.0,0.0],1]

  Modified: test/command/suite/select/filter/logical_operation/or/all_null.test (+1 -0)
===================================================================
--- test/command/suite/select/filter/logical_operation/or/all_null.test    2016-03-04 13:31:26 +0900 (123c44f)
+++ test/command/suite/select/filter/logical_operation/or/all_null.test    2016-03-04 14:54:55 +0900 (1c3a6be)
@@ -2,6 +2,7 @@ table_create Records TABLE_NO_KEY
 
 load --table Records
 [
+[],
 []
 ]
 

  Modified: test/command/suite/select/filter/no_index/score/bool/true.expected (+1 -0)
===================================================================
--- test/command/suite/select/filter/no_index/score/bool/true.expected    2016-03-04 13:31:26 +0900 (a449078)
+++ test/command/suite/select/filter/no_index/score/bool/true.expected    2016-03-04 14:54:55 +0900 (9e12c57)
@@ -2,6 +2,7 @@ table_create Records TABLE_NO_KEY
 [[0,0.0,0.0],true]
 load --table Records
 [
+[],
 []
 ]
 [[0,0.0,0.0],1]

  Modified: test/command/suite/select/filter/no_index/score/bool/true.test (+1 -0)
===================================================================
--- test/command/suite/select/filter/no_index/score/bool/true.test    2016-03-04 13:31:26 +0900 (6e16f74)
+++ test/command/suite/select/filter/no_index/score/bool/true.test    2016-03-04 14:54:55 +0900 (30ed1ce)
@@ -2,6 +2,7 @@ table_create Records TABLE_NO_KEY
 
 load --table Records
 [
+[],
 []
 ]
 

  Modified: test/command/suite/select/filter/no_index/score/string/not_number.expected (+1 -0)
===================================================================
--- test/command/suite/select/filter/no_index/score/string/not_number.expected    2016-03-04 13:31:26 +0900 (b9b42b1)
+++ test/command/suite/select/filter/no_index/score/string/not_number.expected    2016-03-04 14:54:55 +0900 (2420504)
@@ -2,6 +2,7 @@ table_create Records TABLE_NO_KEY
 [[0,0.0,0.0],true]
 load --table Records
 [
+[],
 []
 ]
 [[0,0.0,0.0],1]

  Modified: test/command/suite/select/filter/no_index/score/string/not_number.test (+1 -0)
===================================================================
--- test/command/suite/select/filter/no_index/score/string/not_number.test    2016-03-04 13:31:26 +0900 (ffe8104)
+++ test/command/suite/select/filter/no_index/score/string/not_number.test    2016-03-04 14:54:55 +0900 (6ded67d)
@@ -2,6 +2,7 @@ table_create Records TABLE_NO_KEY
 
 load --table Records
 [
+[],
 []
 ]
 

  Modified: test/command/suite/select/filter/no_index/score/string/positive_number.expected (+1 -0)
===================================================================
--- test/command/suite/select/filter/no_index/score/string/positive_number.expected    2016-03-04 13:31:26 +0900 (7c6153d)
+++ test/command/suite/select/filter/no_index/score/string/positive_number.expected    2016-03-04 14:54:55 +0900 (3632ef0)
@@ -2,6 +2,7 @@ table_create Records TABLE_NO_KEY
 [[0,0.0,0.0],true]
 load --table Records
 [
+[],
 []
 ]
 [[0,0.0,0.0],1]

  Modified: test/command/suite/select/filter/no_index/score/string/positive_number.test (+1 -0)
===================================================================
--- test/command/suite/select/filter/no_index/score/string/positive_number.test    2016-03-04 13:31:26 +0900 (11a965a)
+++ test/command/suite/select/filter/no_index/score/string/positive_number.test    2016-03-04 14:54:55 +0900 (779535c)
@@ -2,6 +2,7 @@ table_create Records TABLE_NO_KEY
 
 load --table Records
 [
+[],
 []
 ]
 
-------------- next part --------------
HTML����������������������������...
Download 



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