[Groonga-commit] groonga/groonga at b6a0ffc [master] test: fix expected

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 6 14:10:28 JST 2016


Kouhei Sutou	2016-09-06 14:10:28 +0900 (Tue, 06 Sep 2016)

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

  Message:
    test: fix expected

  Modified files:
    test/command/suite/select/slices/query_flags.expected

  Modified: test/command/suite/select/slices/query_flags.expected (+1 -1)
===================================================================
--- test/command/suite/select/slices/query_flags.expected    2016-09-06 12:52:32 +0900 (e312c7d)
+++ test/command/suite/select/slices/query_flags.expected    2016-09-06 14:10:28 +0900 (3037755)
@@ -14,7 +14,7 @@ load --table Memos
 {"_key": "Rroonga is fast!", "date": "2016-05-19 12:00:03", "tag": "Rroonga"}
 ]
 [[0,0.0,0.0],4]
-select Memos   --slices[groonga].match_columns 'tag'   --slices[groonga].query '-Groonga'   --slices[groonga].query_flags ALLOW_LEADING_NOT
+select Memos   --slices[not_groonga].match_columns 'tag'   --slices[not_groonga].query '-Groonga'   --slices[not_groonga].query_flags ALLOW_LEADING_NOT
 [
   [
     0,
-------------- next part --------------
HTML����������������������������...
Download 



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