Kouhei Sutou
null+****@clear*****
Fri Apr 3 15:26:53 JST 2015
Kouhei Sutou 2015-04-03 15:26:53 +0900 (Fri, 03 Apr 2015) New Revision: 997ed43475ab62bdf2d2f3f3ce4df808d81fad0d https://github.com/groonga/groonga/commit/997ed43475ab62bdf2d2f3f3ce4df808d81fad0d Message: test: follow dump output change Modified files: test/command/suite/column_rename/index/fulltext.expected test/command/suite/column_rename/index/multiple_columns.expected test/command/suite/column_rename/index/tag.expected test/command/suite/delete/reference/cross.expected test/command/suite/delete/reference/vector_type.expected test/command/suite/dump/record/lexicon.expected test/command/suite/dump/record/vector_long_key.expected test/command/suite/table_create/normalizer/auto/utf8.expected test/command/suite/table_create/normalizer/nfkc51/utf8.expected test/command/suite/table_create/normalizer/nonexistent.expected test/command/suite/truncate/column/index.expected Modified: test/command/suite/column_rename/index/fulltext.expected (+0 -8) =================================================================== --- test/command/suite/column_rename/index/fulltext.expected 2015-04-03 15:26:12 +0900 (8bdd4e3) +++ test/command/suite/column_rename/index/fulltext.expected 2015-04-03 15:26:53 +0900 (8a7e10a) @@ -23,14 +23,6 @@ load --table Memos ["_id","content"], [1,"Groonga is fast."] ] -load --table Terms -[ -["_key"], -["."], -["fast"], -["groonga"], -["is"] -] select Memos --query "content:@groonga" [ [ Modified: test/command/suite/column_rename/index/multiple_columns.expected (+0 -8) =================================================================== --- test/command/suite/column_rename/index/multiple_columns.expected 2015-04-03 15:26:12 +0900 (707d08c) +++ test/command/suite/column_rename/index/multiple_columns.expected 2015-04-03 15:26:53 +0900 (ffbb355) @@ -26,14 +26,6 @@ load --table Memos ["_id","content","title"], [1,"Groonga is fast.","Groonga"] ] -load --table Terms -[ -["_key"], -["."], -["fast"], -["groonga"], -["is"] -] select Memos --query "content:@groonga" [ [ Modified: test/command/suite/column_rename/index/tag.expected (+1 -6) =================================================================== --- test/command/suite/column_rename/index/tag.expected 2015-04-03 15:26:12 +0900 (1d1b4ab) +++ test/command/suite/column_rename/index/tag.expected 2015-04-03 15:26:53 +0900 (61564b6) @@ -16,13 +16,8 @@ column_rename Tags memos_tag memos_tag_index dump table_create Tags TABLE_PAT_KEY ShortText table_create Memos TABLE_HASH_KEY ShortText -column_create Memos tag COLUMN_SCALAR Tags column_create Tags memos_tag_index COLUMN_INDEX Memos tag -load --table Tags -[ -["_key"], -["groonga"] -] +column_create Memos tag COLUMN_SCALAR Tags load --table Memos [ ["_key","tag"], Modified: test/command/suite/delete/reference/cross.expected (+2 -2) =================================================================== --- test/command/suite/delete/reference/cross.expected 2015-04-03 15:26:12 +0900 (e6634bf) +++ test/command/suite/delete/reference/cross.expected 2015-04-03 15:26:53 +0900 (4dc6a33) @@ -23,9 +23,9 @@ delete URLs --key "http://groonga.org/" dump table_create Users TABLE_HASH_KEY ShortText table_create URLs TABLE_HASH_KEY ShortText -column_create URLs bookmarks_index COLUMN_INDEX Users bookmarks -column_create URLs author COLUMN_SCALAR Users column_create Users bookmarks COLUMN_VECTOR URLs +column_create URLs author COLUMN_SCALAR Users +column_create URLs bookmarks_index COLUMN_INDEX Users bookmarks load --table Users [ ["_key","bookmarks"], Modified: test/command/suite/delete/reference/vector_type.expected (+1 -1) =================================================================== --- test/command/suite/delete/reference/vector_type.expected 2015-04-03 15:26:12 +0900 (a7d2b8c) +++ test/command/suite/delete/reference/vector_type.expected 2015-04-03 15:26:53 +0900 (75f4bee) @@ -24,8 +24,8 @@ dump table_create Users TABLE_HASH_KEY ShortText column_create Users bookmarks COLUMN_VECTOR ShortText table_create URLs TABLE_HASH_KEY ShortText -column_create URLs bookmarks_index COLUMN_INDEX Users bookmarks column_create URLs author COLUMN_SCALAR Users +column_create URLs bookmarks_index COLUMN_INDEX Users bookmarks load --table Users [ ["_key","bookmarks"], Modified: test/command/suite/dump/record/lexicon.expected (+2 -2) =================================================================== --- test/command/suite/dump/record/lexicon.expected 2015-04-03 15:26:12 +0900 (470a508) +++ test/command/suite/dump/record/lexicon.expected 2015-04-03 15:26:53 +0900 (d114bc2) @@ -18,6 +18,6 @@ table_create Terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --nor column_create Terms memos_content_index COLUMN_INDEX|WITH_POSITION Memos content load --table Memos [ -["content"], -["Groonga is fast!"] +["_id","content"], +[1,"Groonga is fast!"] ] Modified: test/command/suite/dump/record/vector_long_key.expected (+0 -5) =================================================================== --- test/command/suite/dump/record/vector_long_key.expected 2015-04-03 15:26:12 +0900 (4fa11bd) +++ test/command/suite/dump/record/vector_long_key.expected 2015-04-03 15:26:53 +0900 (0bf560a) @@ -13,11 +13,6 @@ dump table_create Tags TABLE_HASH_KEY ShortText table_create Users TABLE_HASH_KEY ShortText column_create Users tags COLUMN_VECTOR Tags -load --table Tags -[ -["_key"], -["long (larger than 24byte)"] -] load --table Users [ ["_key","tags"], Modified: test/command/suite/table_create/normalizer/auto/utf8.expected (+0 -6) =================================================================== --- test/command/suite/table_create/normalizer/auto/utf8.expected 2015-04-03 15:26:12 +0900 (7ad19ef) +++ test/command/suite/table_create/normalizer/auto/utf8.expected 2015-04-03 15:26:53 +0900 (1e5aebf) @@ -46,12 +46,6 @@ table_create Terms TABLE_PAT_KEY ShortText --normalizer NormalizerAuto table_create Movies TABLE_NO_KEY column_create Movies name COLUMN_SCALAR ShortText column_create Terms movies_name COLUMN_INDEX Movies name -load --table Terms -[ -["_key"], -["seven samurai"], -["the last samurai"] -] load --table Movies [ ["_id","name"], Modified: test/command/suite/table_create/normalizer/nfkc51/utf8.expected (+0 -6) =================================================================== --- test/command/suite/table_create/normalizer/nfkc51/utf8.expected 2015-04-03 15:26:12 +0900 (9763725) +++ test/command/suite/table_create/normalizer/nfkc51/utf8.expected 2015-04-03 15:26:53 +0900 (5a80e73) @@ -46,12 +46,6 @@ table_create Terms TABLE_PAT_KEY ShortText --normalizer NormalizerNFKC51 table_create Movies TABLE_NO_KEY column_create Movies name COLUMN_SCALAR ShortText column_create Terms movies_name COLUMN_INDEX Movies name -load --table Terms -[ -["_key"], -["seven samurai"], -["the last samurai"] -] load --table Movies [ ["_id","name"], Modified: test/command/suite/table_create/normalizer/nonexistent.expected (+0 -6) =================================================================== --- test/command/suite/table_create/normalizer/nonexistent.expected 2015-04-03 15:26:12 +0900 (4d09d5b) +++ test/command/suite/table_create/normalizer/nonexistent.expected 2015-04-03 15:26:53 +0900 (781ed09) @@ -46,12 +46,6 @@ table_create Terms TABLE_PAT_KEY ShortText table_create Movies TABLE_NO_KEY column_create Movies name COLUMN_SCALAR ShortText column_create Terms movies_name COLUMN_INDEX Movies name -load --table Terms -[ -["_key"], -["Seven Samurai"], -["The Last Samurai"] -] load --table Movies [ ["_id","name"], Modified: test/command/suite/truncate/column/index.expected (+0 -6) =================================================================== --- test/command/suite/truncate/column/index.expected 2015-04-03 15:26:12 +0900 (84f0c57) +++ test/command/suite/truncate/column/index.expected 2015-04-03 15:26:53 +0900 (aaea7db) @@ -103,9 +103,3 @@ load --table Logs [1,"Hello"], [2,"World"] ] -load --table Terms -[ -["_key"], -["hello"], -["world"] -] -------------- next part -------------- HTML����������������������������... 다운로드