Kouhei Sutou
null+****@clear*****
Mon Mar 4 14:18:40 JST 2013
Kouhei Sutou 2013-03-04 14:18:40 +0900 (Mon, 04 Mar 2013) New Revision: 66a9b56d240665687160a11afcf4b777b020019b https://github.com/groonga/groonga/commit/66a9b56d240665687160a11afcf4b777b020019b Log: Remove duplicated tests Removed files: test/command/suite/select/filter/arithmetic_operation/signed_right_shift.expected test/command/suite/select/filter/arithmetic_operation/signed_right_shift.test test/command/suite/select/filter/arithmetic_operation/unsigned_right_shift.expected test/command/suite/select/filter/arithmetic_operation/unsigned_right_shift.test Deleted: test/command/suite/select/filter/arithmetic_operation/signed_right_shift.expected (+0 -55) 100644 =================================================================== --- test/command/suite/select/filter/arithmetic_operation/signed_right_shift.expected 2013-03-03 23:56:53 +0900 (d2fc596) +++ /dev/null @@ -1,55 +0,0 @@ -table_create Users TABLE_HASH_KEY ShortText -[[0,0.0,0.0],true] -column_create Users score COLUMN_SCALAR Int32 -[[0,0.0,0.0],true] -load --table Users -[ -{"_key": "Alice", "score": -100}, -{"_key": "Bob", "score": 100}, -{"_key": "Carlos", "score": -50} -] -[[0,0.0,0.0],3] -select Users --filter 'true' --scorer '_score = score >> 1' --output_columns _key,score,_score -[ - [ - 0, - 0.0, - 0.0 - ], - [ - [ - [ - 3 - ], - [ - [ - "_key", - "ShortText" - ], - [ - "score", - "Int32" - ], - [ - "_score", - "Int32" - ] - ], - [ - "Alice", - -100, - -50 - ], - [ - "Bob", - 100, - 50 - ], - [ - "Carlos", - -50, - -25 - ] - ] - ] -] Deleted: test/command/suite/select/filter/arithmetic_operation/signed_right_shift.test (+0 -12) 100644 =================================================================== --- test/command/suite/select/filter/arithmetic_operation/signed_right_shift.test 2013-03-03 23:56:53 +0900 (a7dd346) +++ /dev/null @@ -1,12 +0,0 @@ -table_create Users TABLE_HASH_KEY ShortText -column_create Users score COLUMN_SCALAR Int32 - -load --table Users -[ -{"_key": "Alice", "score": -100}, -{"_key": "Bob", "score": 100}, -{"_key": "Carlos", "score": -50} -] - -select Users --filter 'true' --scorer '_score = score >> 1' \ - --output_columns _key,score,_score Deleted: test/command/suite/select/filter/arithmetic_operation/unsigned_right_shift.expected (+0 -55) 100644 =================================================================== --- test/command/suite/select/filter/arithmetic_operation/unsigned_right_shift.expected 2013-03-03 23:56:53 +0900 (da0f271) +++ /dev/null @@ -1,55 +0,0 @@ -table_create Users TABLE_HASH_KEY ShortText -[[0,0.0,0.0],true] -column_create Users score COLUMN_SCALAR Int32 -[[0,0.0,0.0],true] -load --table Users -[ -{"_key": "Alice", "score": -100}, -{"_key": "Bob", "score": 100}, -{"_key": "Carlos", "score": -50} -] -[[0,0.0,0.0],3] -select Users --filter 'true' --scorer '_score = score >>> 1' --output_columns _key,score,_score -[ - [ - 0, - 0.0, - 0.0 - ], - [ - [ - [ - 3 - ], - [ - [ - "_key", - "ShortText" - ], - [ - "score", - "Int32" - ], - [ - "_score", - "Int32" - ] - ], - [ - "Alice", - -100, - 2147483598 - ], - [ - "Bob", - 100, - 50 - ], - [ - "Carlos", - -50, - 2147483623 - ] - ] - ] -] Deleted: test/command/suite/select/filter/arithmetic_operation/unsigned_right_shift.test (+0 -12) 100644 =================================================================== --- test/command/suite/select/filter/arithmetic_operation/unsigned_right_shift.test 2013-03-03 23:56:53 +0900 (cf0136c) +++ /dev/null @@ -1,12 +0,0 @@ -table_create Users TABLE_HASH_KEY ShortText -column_create Users score COLUMN_SCALAR Int32 - -load --table Users -[ -{"_key": "Alice", "score": -100}, -{"_key": "Bob", "score": 100}, -{"_key": "Carlos", "score": -50} -] - -select Users --filter 'true' --scorer '_score = score >>> 1' \ - --output_columns _key,score,_score -------------- next part -------------- HTML����������������������������...下載