Kouhei Sutou
null+****@clear*****
Fri Mar 14 17:04:39 JST 2014
Kouhei Sutou 2014-03-14 17:04:39 +0900 (Fri, 14 Mar 2014) New Revision: 4e70d4a66b2c1a375fcc4034c08f8eebcbbf1f75 https://github.com/droonga/fluent-plugin-droonga/commit/4e70d4a66b2c1a375fcc4034c08f8eebcbbf1f75 Message: Follow a Rroonga change in master It requires unreleased Rroonga. Modified files: test/unit/plugins/groonga/test_table_create.rb test/unit/test_watch_schema.rb Modified: test/unit/plugins/groonga/test_table_create.rb (+1 -1) =================================================================== --- test/unit/plugins/groonga/test_table_create.rb 2014-03-06 14:18:16 +0900 (02324f0) +++ test/unit/plugins/groonga/test_table_create.rb 2014-03-14 17:04:39 +0900 (f3b66bc) @@ -139,7 +139,7 @@ table_create Books TABLE_HASH_KEY --key_type ShortText --default_tokenizer Token } process(:table_create, request) assert_equal(<<-SCHEMA, dump) -table_create Books TABLE_HASH_KEY|KEY_NORMALIZE --key_type ShortText +table_create Books TABLE_HASH_KEY --key_type ShortText --normalizer NormalizerAuto SCHEMA end end Modified: test/unit/test_watch_schema.rb (+1 -1) =================================================================== --- test/unit/test_watch_schema.rb 2014-03-06 14:18:16 +0900 (f9eb9cd) +++ test/unit/test_watch_schema.rb 2014-03-14 17:04:39 +0900 (6a8ea0f) @@ -35,7 +35,7 @@ class WatchSchemaTest < Test::Unit::TestCase :database => database) end assert_equal(<<-SCHEMA, dumped_commands) -table_create Keyword TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText +table_create Keyword TABLE_PAT_KEY --key_type ShortText --normalizer NormalizerAuto table_create Query TABLE_HASH_KEY --key_type ShortText -------------- next part -------------- HTML����������������������������...Download