null+****@clear*****
null+****@clear*****
2012年 7月 6日 (金) 14:48:08 JST
SHIMODA Hiroshi 2012-07-06 14:48:08 +0900 (Fri, 06 Jul 2012) New Revision: 953ceb6de174ec53a32012205c884a9394bcaf10 https://github.com/groonga/gcs/commit/953ceb6de174ec53a32012205c884a9394bcaf10 Log: Fix assertion of the action DeleteDomain Modified files: test/api-configuration.test.js Modified: test/api-configuration.test.js (+2 -7) =================================================================== --- test/api-configuration.test.js 2012-07-06 14:44:59 +0900 (b4acf3a) +++ test/api-configuration.test.js 2012-07-06 14:48:08 +0900 (f9eeb21) @@ -132,13 +132,8 @@ suite('Configuration API', function() { }; assert.deepEqual(response, expected); - var dump = database.commandSync('dump', { - tables: 'companies' - }); - var expected = 'table_create companies TABLE_HASH_KEY ShortText\n' + - 'table_create companies_BigramTerms ' + - 'TABLE_PAT_KEY|KEY_NORMALIZE ShortText ' + - '--default_tokenizer TokenBigram'; + var dump = database.commandSync('dump'); + var expected = ''; assert.equal(dump, expected); done(); -------------- next part -------------- HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...Download