[Groonga-commit] groonga/groonga [master] test: add default_tokenizer and normalizer to table_list result

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 25 18:51:22 JST 2012


Kouhei Sutou	2012-12-25 18:51:22 +0900 (Tue, 25 Dec 2012)

  New Revision: ea633f045373a376fe9c4da4a66e2da08db825ad
  https://github.com/groonga/groonga/commit/ea633f045373a376fe9c4da4a66e2da08db825ad

  Log:
    test: add default_tokenizer and normalizer to table_list result

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

  Modified: test/unit/core/test-command-load.c (+6 -2)
===================================================================
--- test/unit/core/test-command-load.c    2012-12-25 18:49:34 +0900 (ccad180)
+++ test/unit/core/test-command-load.c    2012-12-25 18:51:22 +0900 (dbfc1df)
@@ -376,13 +376,17 @@ test_invalid_start_with_symbol(void)
                      "[\"path\",\"ShortText\"],"
                      "[\"flags\",\"ShortText\"],"
                      "[\"domain\",\"ShortText\"],"
-                     "[\"range\",\"ShortText\"]],"
+                     "[\"range\",\"ShortText\"],"
+                     "[\"default_tokenizer\",\"ShortText\"],"
+                     "[\"normalizer\",\"ShortText\"]],"
                     "[256,"
                      "\"Authors\","
                      "\"%s.0000100\","
                      "\"TABLE_PAT_KEY|PERSISTENT\","
                      "\"ShortText\","
-                     "\"null\"]]",
+                     "null,"
+                     "null,"
+                     "null]]",
                     database_path);
 
   assert_send_command("table_create Authors TABLE_PAT_KEY ShortText");
-------------- next part --------------
HTML����������������������������...
Download 



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