[Groonga-commit] groonga/groonga [master] Update expected result

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 9 12:40:54 JST 2013


Kouhei Sutou	2013-03-09 12:40:54 +0900 (Sat, 09 Mar 2013)

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

  Message:
    Update expected result
    
    The previous expected result was old.

  Modified files:
    test/command/suite/select/index/match/zero.expected

  Modified: test/command/suite/select/index/match/zero.expected (+2 -2)
===================================================================
--- test/command/suite/select/index/match/zero.expected    2013-03-08 14:22:17 +0900 (e88cc57)
+++ test/command/suite/select/index/match/zero.expected    2013-03-09 12:40:54 +0900 (4082281)
@@ -8,11 +8,11 @@ column_create Ages users_age COLUMN_INDEX Users age
 [[0,0.0,0.0],true]
 load --table Users
 [
-{"_key": "Alice", "age": 20},
+{"_key": "Alice", "age": 0},
 {"_key": "Bob",   "age": 18}
 ]
 [[0,0.0,0.0],2]
-select Users --filter 'age @ 20'
+select Users --filter 'age @ 0'
 [
   [
     0,
-------------- next part --------------
HTML����������������������������...
Download 



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