[Groonga-commit] groonga/groonga at ca93232 [master] test: fix typos

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Aug 23 19:41:45 JST 2016


Kouhei Sutou	2016-08-23 19:41:45 +0900 (Tue, 23 Aug 2016)

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

  Message:
    test: fix typos

  Modified files:
    test/command/suite/object_list/full.expected
    test/command/suite/object_list/full.test

  Modified: test/command/suite/object_list/full.expected (+1 -1)
===================================================================
--- test/command/suite/object_list/full.expected    2016-08-23 17:28:21 +0900 (99af19c)
+++ test/command/suite/object_list/full.expected    2016-08-23 19:41:45 +0900 (b4a1366)
@@ -6,7 +6,7 @@ column_create Users description COLUMN_SCALAR ShortText
 [[0,0.0,0.0],true]
 column_create Users tags COLUMN_VECTOR ShortText
 [[0,0.0,0.0],true]
-table_create Terms TABLE_PAT_KEY ShortText   --normalizer NormalizerAuto   --tokenizer TokenBigram
+table_create Terms TABLE_PAT_KEY ShortText   --normalizer NormalizerAuto   --default_tokenizer TokenBigram
 [[0,0.0,0.0],true]
 column_create Terms users COLUMN_INDEX|WITH_SECTION|WITH_POSITION   Users _key,description
 [[0,0.0,0.0],true]

  Modified: test/command/suite/object_list/full.test (+1 -1)
===================================================================
--- test/command/suite/object_list/full.test    2016-08-23 17:28:21 +0900 (c7a5876)
+++ test/command/suite/object_list/full.test    2016-08-23 19:41:45 +0900 (078f03d)
@@ -6,7 +6,7 @@ column_create Users tags COLUMN_VECTOR ShortText
 
 table_create Terms TABLE_PAT_KEY ShortText \
   --normalizer NormalizerAuto \
-  --tokenizer TokenBigram
+  --default_tokenizer TokenBigram
 column_create Terms users COLUMN_INDEX|WITH_SECTION|WITH_POSITION \
   Users _key,description
 
-------------- next part --------------
HTML����������������������������...
Download 



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