null+****@clear*****
null+****@clear*****
2012年 7月 6日 (金) 18:49:38 JST
SHIMODA Hiroshi 2012-07-06 18:49:38 +0900 (Fri, 06 Jul 2012) New Revision: b6fa6ee99b3db46164b9a0342121d876d9ab6d49 https://github.com/groonga/gcs/commit/b6fa6ee99b3db46164b9a0342121d876d9ab6d49 Log: Fix expected dump for uint type index field Modified files: test/api-configuration.test.js Modified: test/api-configuration.test.js (+3 -4) =================================================================== --- test/api-configuration.test.js 2012-07-06 18:48:14 +0900 (aed9698) +++ test/api-configuration.test.js 2012-07-06 18:49:38 +0900 (5bf333a) @@ -262,10 +262,9 @@ suite('Configuration API', function() { }); var expected = 'table_create companies TABLE_HASH_KEY ShortText\n' + 'column_create companies age COLUMN_SCALAR UInt32\n' + - 'table_create companies_BigramTerms ' + - 'TABLE_PAT_KEY|KEY_NORMALIZE ShortText ' + - '--default_tokenizer TokenBigram\n' + - 'column_create companies_BigramTerms companies_age ' + + 'table_create companies_age ' + + 'TABLE_HASH_KEY UInt32\n' + + 'column_create companies_age companies_age ' + 'COLUMN_INDEX|WITH_POSITION companies age'; assert.equal(dump, expected); -------------- next part -------------- HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...Download