[Groonga-commit] groonga/groonga at e45a52b [master] test: remove needless definitions

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 23 17:50:43 JST 2018


Kouhei Sutou	2018-05-23 17:50:43 +0900 (Wed, 23 May 2018)

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

  Message:
    test: remove needless definitions

  Modified files:
    test/command/suite/select/function/query/and_or.expected
    test/command/suite/select/function/query/and_or.test

  Modified: test/command/suite/select/function/query/and_or.expected (+0 -8)
===================================================================
--- test/command/suite/select/function/query/and_or.expected    2018-05-23 17:46:52 +0900 (f59c0f3b4)
+++ test/command/suite/select/function/query/and_or.expected    2018-05-23 17:50:43 +0900 (38055d31b)
@@ -1,11 +1,3 @@
-table_create Documents TABLE_NO_KEY
-[[0,0.0,0.0],true]
-column_create Documents content COLUMN_SCALAR Text
-[[0,0.0,0.0],true]
-table_create Terms TABLE_PAT_KEY ShortText   --default_tokenizer TokenBigram   --normalizer NormalizerAuto
-[[0,0.0,0.0],true]
-column_create Terms documents_content_index COLUMN_INDEX|WITH_POSITION Documents content
-[[0,0.0,0.0],true]
 table_create Users TABLE_NO_KEY
 [[0,0.0,0.0],true]
 column_create Users name COLUMN_SCALAR ShortText

  Modified: test/command/suite/select/function/query/and_or.test (+0 -8)
===================================================================
--- test/command/suite/select/function/query/and_or.test    2018-05-23 17:46:52 +0900 (593040644)
+++ test/command/suite/select/function/query/and_or.test    2018-05-23 17:50:43 +0900 (32150c15c)
@@ -1,11 +1,3 @@
-table_create Documents TABLE_NO_KEY
-column_create Documents content COLUMN_SCALAR Text
-
-table_create Terms TABLE_PAT_KEY ShortText \
-  --default_tokenizer TokenBigram \
-  --normalizer NormalizerAuto
-column_create Terms documents_content_index COLUMN_INDEX|WITH_POSITION Documents content
-
 table_create Users TABLE_NO_KEY
 column_create Users name COLUMN_SCALAR ShortText
 column_create Users memo COLUMN_SCALAR ShortText
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180523/e118fee7/attachment-0001.htm 



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