[Groonga-commit] groonga/groonga at 977d8b3 [master] test: add missing WITH_POSITION flag

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 21 15:14:47 JST 2016


Kouhei Sutou	2016-08-21 15:14:47 +0900 (Sun, 21 Aug 2016)

  New Revision: 977d8b352e27d2d443d8e3496f1b271182cb7af0
  https://github.com/groonga/groonga/commit/977d8b352e27d2d443d8e3496f1b271182cb7af0

  Message:
    test: add missing WITH_POSITION flag

  Modified files:
    test/command/suite/select/query/match/with_index/sequential_column.expected
    test/command/suite/select/query/match/with_index/sequential_column.test

  Modified: test/command/suite/select/query/match/with_index/sequential_column.expected (+1 -1)
===================================================================
--- test/command/suite/select/query/match/with_index/sequential_column.expected    2016-08-21 15:13:02 +0900 (bfd9eb2)
+++ test/command/suite/select/query/match/with_index/sequential_column.expected    2016-08-21 15:14:47 +0900 (d067c02)
@@ -13,7 +13,7 @@ load --table Memos
 {"body": "Groonga is good!"}
 ]
 [[0,0.0,0.0],5]
-column_create Terms memos_body COLUMN_INDEX Memos body
+column_create Terms memos_body COLUMN_INDEX|WITH_POSITION Memos body
 [[0,0.0,0.0],true]
 select Memos --query '_id:>=3 body:@"Groonga"' --output_columns _id,_score,body
 [

  Modified: test/command/suite/select/query/match/with_index/sequential_column.test (+1 -1)
===================================================================
--- test/command/suite/select/query/match/with_index/sequential_column.test    2016-08-21 15:13:02 +0900 (dadb298)
+++ test/command/suite/select/query/match/with_index/sequential_column.test    2016-08-21 15:14:47 +0900 (ab12036)
@@ -14,6 +14,6 @@ load --table Memos
 {"body": "Groonga is good!"}
 ]
 
-column_create Terms memos_body COLUMN_INDEX Memos body
+column_create Terms memos_body COLUMN_INDEX|WITH_POSITION Memos body
 
 select Memos --query '_id:>=3 body:@"Groonga"' --output_columns _id,_score,body
-------------- next part --------------
HTML����������������������������...
Download 



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