Susumu Yata
null+****@clear*****
Fri Sep 2 14:18:46 JST 2016
Susumu Yata 2016-09-02 14:18:46 +0900 (Fri, 02 Sep 2016) New Revision: 3a4d370ce0315978865b8a3b4dc0f5dfac5a5936 https://github.com/groonga/groonga/commit/3a4d370ce0315978865b8a3b4dc0f5dfac5a5936 Message: test: specify key type if table type is not TABLE_NO_KEY GitHub: #599 Modified files: test/command/suite/table_list/flags/key_normalize.expected test/command/suite/table_list/flags/key_normalize.test test/command/suite/table_list/flags/key_with_sis.expected test/command/suite/table_list/flags/key_with_sis.test test/command/suite/table_list/flags/table_dat_key.expected test/command/suite/table_list/flags/table_dat_key.test test/command/suite/table_list/flags/table_hash_key.expected test/command/suite/table_list/flags/table_hash_key.test test/command/suite/table_list/flags/table_pat_key.expected test/command/suite/table_list/flags/table_pat_key.test Modified: test/command/suite/table_list/flags/key_normalize.expected (+2 -2) =================================================================== --- test/command/suite/table_list/flags/key_normalize.expected 2016-09-02 14:16:54 +0900 (c5870d9) +++ test/command/suite/table_list/flags/key_normalize.expected 2016-09-02 14:18:46 +0900 (2de3b04) @@ -1,4 +1,4 @@ -table_create bookmarks TABLE_PAT_KEY|KEY_NORMALIZE +table_create bookmarks TABLE_PAT_KEY|KEY_NORMALIZE ShortText [[0,0.0,0.0],true] table_list [ @@ -47,7 +47,7 @@ table_list "bookmarks", "db/db.0000100", "TABLE_PAT_KEY|PERSISTENT", - null, + "ShortText", null, null, "NormalizerAuto" Modified: test/command/suite/table_list/flags/key_normalize.test (+1 -1) =================================================================== --- test/command/suite/table_list/flags/key_normalize.test 2016-09-02 14:16:54 +0900 (cd937eb) +++ test/command/suite/table_list/flags/key_normalize.test 2016-09-02 14:18:46 +0900 (0a936af) @@ -1,2 +1,2 @@ -table_create bookmarks TABLE_PAT_KEY|KEY_NORMALIZE +table_create bookmarks TABLE_PAT_KEY|KEY_NORMALIZE ShortText table_list Modified: test/command/suite/table_list/flags/key_with_sis.expected (+2 -2) =================================================================== --- test/command/suite/table_list/flags/key_with_sis.expected 2016-09-02 14:16:54 +0900 (1116ada) +++ test/command/suite/table_list/flags/key_with_sis.expected 2016-09-02 14:18:46 +0900 (cc0e982) @@ -1,4 +1,4 @@ -table_create bookmarks TABLE_PAT_KEY|KEY_WITH_SIS +table_create bookmarks TABLE_PAT_KEY|KEY_WITH_SIS ShortText [[0,0.0,0.0],true] table_list [ @@ -47,7 +47,7 @@ table_list "bookmarks", "db/db.0000100", "TABLE_PAT_KEY|KEY_WITH_SIS|PERSISTENT", - null, + "ShortText", null, null, null Modified: test/command/suite/table_list/flags/key_with_sis.test (+1 -1) =================================================================== --- test/command/suite/table_list/flags/key_with_sis.test 2016-09-02 14:16:54 +0900 (9393062) +++ test/command/suite/table_list/flags/key_with_sis.test 2016-09-02 14:18:46 +0900 (8130872) @@ -1,2 +1,2 @@ -table_create bookmarks TABLE_PAT_KEY|KEY_WITH_SIS +table_create bookmarks TABLE_PAT_KEY|KEY_WITH_SIS ShortText table_list Modified: test/command/suite/table_list/flags/table_dat_key.expected (+2 -2) =================================================================== --- test/command/suite/table_list/flags/table_dat_key.expected 2016-09-02 14:16:54 +0900 (b74f1dc) +++ test/command/suite/table_list/flags/table_dat_key.expected 2016-09-02 14:18:46 +0900 (add2af9) @@ -1,4 +1,4 @@ -table_create bookmarks TABLE_DAT_KEY +table_create bookmarks TABLE_DAT_KEY ShortText [[0,0.0,0.0],true] table_list [ @@ -47,7 +47,7 @@ table_list "bookmarks", "db/db.0000100", "TABLE_DAT_KEY|PERSISTENT", - null, + "ShortText", null, null, null Modified: test/command/suite/table_list/flags/table_dat_key.test (+1 -1) =================================================================== --- test/command/suite/table_list/flags/table_dat_key.test 2016-09-02 14:16:54 +0900 (c1a02d0) +++ test/command/suite/table_list/flags/table_dat_key.test 2016-09-02 14:18:46 +0900 (0d8cdb6) @@ -1,2 +1,2 @@ -table_create bookmarks TABLE_DAT_KEY +table_create bookmarks TABLE_DAT_KEY ShortText table_list Modified: test/command/suite/table_list/flags/table_hash_key.expected (+2 -2) =================================================================== --- test/command/suite/table_list/flags/table_hash_key.expected 2016-09-02 14:16:54 +0900 (6da8768) +++ test/command/suite/table_list/flags/table_hash_key.expected 2016-09-02 14:18:46 +0900 (d80cd29) @@ -1,4 +1,4 @@ -table_create bookmarks TABLE_HASH_KEY +table_create bookmarks TABLE_HASH_KEY ShortText [[0,0.0,0.0],true] table_list [ @@ -47,7 +47,7 @@ table_list "bookmarks", "db/db.0000100", "TABLE_HASH_KEY|PERSISTENT", - null, + "ShortText", null, null, null Modified: test/command/suite/table_list/flags/table_hash_key.test (+1 -1) =================================================================== --- test/command/suite/table_list/flags/table_hash_key.test 2016-09-02 14:16:54 +0900 (71d3f8d) +++ test/command/suite/table_list/flags/table_hash_key.test 2016-09-02 14:18:46 +0900 (ccdc2df) @@ -1,2 +1,2 @@ -table_create bookmarks TABLE_HASH_KEY +table_create bookmarks TABLE_HASH_KEY ShortText table_list Modified: test/command/suite/table_list/flags/table_pat_key.expected (+2 -2) =================================================================== --- test/command/suite/table_list/flags/table_pat_key.expected 2016-09-02 14:16:54 +0900 (c8d212f) +++ test/command/suite/table_list/flags/table_pat_key.expected 2016-09-02 14:18:46 +0900 (d88c444) @@ -1,4 +1,4 @@ -table_create bookmarks TABLE_PAT_KEY +table_create bookmarks TABLE_PAT_KEY ShortText [[0,0.0,0.0],true] table_list [ @@ -47,7 +47,7 @@ table_list "bookmarks", "db/db.0000100", "TABLE_PAT_KEY|PERSISTENT", - null, + "ShortText", null, null, null Modified: test/command/suite/table_list/flags/table_pat_key.test (+1 -1) =================================================================== --- test/command/suite/table_list/flags/table_pat_key.test 2016-09-02 14:16:54 +0900 (099d35e) +++ test/command/suite/table_list/flags/table_pat_key.test 2016-09-02 14:18:46 +0900 (31c336a) @@ -1,2 +1,2 @@ -table_create bookmarks TABLE_PAT_KEY +table_create bookmarks TABLE_PAT_KEY ShortText table_list -------------- next part -------------- HTML����������������������������...下载