Kouhei Sutou
null+****@clear*****
Tue Sep 11 14:35:19 JST 2018
Kouhei Sutou 2018-09-11 14:35:19 +0900 (Tue, 11 Sep 2018) Revision: 0f574d89ae6d0c13a86836748c5ae35b882f99e4 https://github.com/groonga/groonga/commit/0f574d89ae6d0c13a86836748c5ae35b882f99e4 Message: test: remove a needless test Removed files: test/command/suite/select/filter/vector/not_initialized.expected test/command/suite/select/filter/vector/not_initialized.test Deleted: test/command/suite/select/filter/vector/not_initialized.expected (+0 -54) 100644 =================================================================== --- test/command/suite/select/filter/vector/not_initialized.expected 2018-09-11 14:30:45 +0900 (6cea10a5c) +++ /dev/null @@ -1,54 +0,0 @@ -table_create Sites TABLE_PAT_KEY ShortText -[[0,0.0,0.0],true] -column_create Sites tags COLUMN_VECTOR ShortText -[[0,0.0,0.0],true] -load --table Sites -[ -["_key"], -["groonga.org"], -["razil.jp"] -] -[[0,0.0,0.0],2] -select Sites --filter 'tags == ""' -[ - [ - 0, - 0.0, - 0.0 - ], - [ - [ - [ - 2 - ], - [ - [ - "_id", - "UInt32" - ], - [ - "_key", - "ShortText" - ], - [ - "tags", - "ShortText" - ] - ], - [ - 1, - "groonga.org", - [ - - ] - ], - [ - 2, - "razil.jp", - [ - - ] - ] - ] - ] -] Deleted: test/command/suite/select/filter/vector/not_initialized.test (+0 -11) 100644 =================================================================== --- test/command/suite/select/filter/vector/not_initialized.test 2018-09-11 14:30:45 +0900 (c1a285e7c) +++ /dev/null @@ -1,11 +0,0 @@ -table_create Sites TABLE_PAT_KEY ShortText -column_create Sites tags COLUMN_VECTOR ShortText - -load --table Sites -[ -["_key"], -["groonga.org"], -["razil.jp"] -] - -select Sites --filter 'tags == ""' -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180911/0cc207b2/attachment-0001.htm