[Groonga-commit] groonga/fluent-plugin-droonga at 41793e1 [master] test table_create: fix a test name

Back to archive index

Kosuke Asami null+****@clear*****
Mon Jul 22 13:37:14 JST 2013


Kosuke Asami	2013-07-22 13:37:14 +0900 (Mon, 22 Jul 2013)

  New Revision: 41793e1ab45d405cc14ce4205597738570e7d3da
  https://github.com/groonga/fluent-plugin-droonga/commit/41793e1ab45d405cc14ce4205597738570e7d3da

  Message:
    test table_create: fix a test name
    
    Because:
    This test isn't test of default tokenizer parameter
    
    test_default_tokenizer ->
    test_normalizer

  Modified files:
    test/plugin/groonga/test_table_create.rb

  Modified: test/plugin/groonga/test_table_create.rb (+1 -1)
===================================================================
--- test/plugin/groonga/test_table_create.rb    2013-07-22 13:34:15 +0900 (8d814a2)
+++ test/plugin/groonga/test_table_create.rb    2013-07-22 13:37:14 +0900 (7af4a68)
@@ -126,7 +126,7 @@ table_create Books TABLE_HASH_KEY --key_type ShortText --default_tokenizer Token
   end
 
   class NormalizerTest < self
-    def test_default_tokenizer
+    def test_normalizer
       request = {
         "name"  => "Books",
         "normalizer" => "NormalizerAuto",
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index