[Groonga-commit] groonga/groonga [master] test dump: use --normalizer

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Tue Dec 25 18:47:42 JST 2012


Kouhei Sutou	2012-12-25 18:47:42 +0900 (Tue, 25 Dec 2012)

  New Revision: 20bac87fa1f545519261820c0aa5719ddf20d372
  https://github.com/groonga/groonga/commit/20bac87fa1f545519261820c0aa5719ddf20d372

  Log:
    test dump: use --normalizer

  Modified files:
    test/unit/core/test-command-dump.c

  Modified: test/unit/core/test-command-dump.c (+2 -2)
===================================================================
--- test/unit/core/test-command-dump.c    2012-12-25 17:28:46 +0900 (8939236)
+++ test/unit/core/test-command-dump.c    2012-12-25 18:47:42 +0900 (2b8c8be)
@@ -159,13 +159,13 @@ data_hash_table_create(void)
            NULL,
            NULL);
   ADD_DATA("hash - key normalize",
-           "table_create Blog TABLE_HASH_KEY|KEY_NORMALIZE ShortText",
+           "table_create Blog TABLE_HASH_KEY ShortText --normalizer NormalizerAuto",
            "Blog",
            GRN_OBJ_TABLE_HASH_KEY | GRN_OBJ_KEY_NORMALIZE,
            "ShortText",
            NULL);
   ADD_DATA("hash - key normalize - value",
-           "table_create Blog TABLE_HASH_KEY|KEY_NORMALIZE ShortText Int32",
+           "table_create Blog TABLE_HASH_KEY ShortText Int32 --normalizer NormalizerAuto",
            "Blog",
            GRN_OBJ_TABLE_HASH_KEY | GRN_OBJ_KEY_NORMALIZE,
            "ShortText",
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index