[Groonga-commit] groonga/groonga at ba6845e [master] test: use more meaningful name

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jan 26 22:05:25 JST 2014


Kouhei Sutou	2014-01-26 22:05:25 +0900 (Sun, 26 Jan 2014)

  New Revision: ba6845e4a26f30df532e2493c3aeee0a502f3db6
  https://github.com/groonga/groonga/commit/ba6845e4a26f30df532e2493c3aeee0a502f3db6

  Message:
    test: use more meaningful name

  Modified files:
    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

  Modified: test/command/suite/select/filter/logical_operation/or/all_false.expected (+3 -3)
===================================================================
--- test/command/suite/select/filter/logical_operation/or/all_false.expected    2014-01-26 22:01:42 +0900 (ee78066)
+++ test/command/suite/select/filter/logical_operation/or/all_false.expected    2014-01-26 22:05:25 +0900 (f7801d3)
@@ -1,9 +1,9 @@
-table_create Users TABLE_NO_KEY
+table_create Records TABLE_NO_KEY
 [[0,0.0,0.0],true]
-load --table Users
+load --table Records
 [
 []
 ]
 [[0,0.0,0.0],1]
-select Users   --output_columns '_id, false || false || false'   --command_version 2
+select Records   --output_columns '_id, false || false || false'   --command_version 2
 [[0,0.0,0.0],[[[1],[["_id","UInt32"],["","null"]],[1,false]]]]

  Modified: test/command/suite/select/filter/logical_operation/or/all_false.test (+3 -3)
===================================================================
--- test/command/suite/select/filter/logical_operation/or/all_false.test    2014-01-26 22:01:42 +0900 (f41ce97)
+++ test/command/suite/select/filter/logical_operation/or/all_false.test    2014-01-26 22:05:25 +0900 (9ce383f)
@@ -1,10 +1,10 @@
-table_create Users TABLE_NO_KEY
+table_create Records TABLE_NO_KEY
 
-load --table Users
+load --table Records
 [
 []
 ]
 
-select Users \
+select Records \
   --output_columns '_id, false || false || false' \
   --command_version 2

  Modified: test/command/suite/select/filter/logical_operation/or/all_null.expected (+3 -3)
===================================================================
--- test/command/suite/select/filter/logical_operation/or/all_null.expected    2014-01-26 22:01:42 +0900 (f3812b1)
+++ test/command/suite/select/filter/logical_operation/or/all_null.expected    2014-01-26 22:05:25 +0900 (cebfee1)
@@ -1,9 +1,9 @@
-table_create Users TABLE_NO_KEY
+table_create Records TABLE_NO_KEY
 [[0,0.0,0.0],true]
-load --table Users
+load --table Records
 [
 []
 ]
 [[0,0.0,0.0],1]
-select Users   --output_columns '_id, null || null || null'   --command_version 2
+select Records   --output_columns '_id, null || null || null'   --command_version 2
 [[0,0.0,0.0],[[[1],[["_id","UInt32"],["","null"]],[1,false]]]]

  Modified: test/command/suite/select/filter/logical_operation/or/all_null.test (+3 -3)
===================================================================
--- test/command/suite/select/filter/logical_operation/or/all_null.test    2014-01-26 22:01:42 +0900 (386d842)
+++ test/command/suite/select/filter/logical_operation/or/all_null.test    2014-01-26 22:05:25 +0900 (123c44f)
@@ -1,10 +1,10 @@
-table_create Users TABLE_NO_KEY
+table_create Records TABLE_NO_KEY
 
-load --table Users
+load --table Records
 [
 []
 ]
 
-select Users \
+select Records \
   --output_columns '_id, null || null || null' \
   --command_version 2
-------------- next part --------------
HTML����������������������������...
Download 



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