HAYASHI Kentaro
null+****@clear*****
Mon Nov 26 12:37:27 JST 2012
HAYASHI Kentaro 2012-11-26 12:37:27 +0900 (Mon, 26 Nov 2012) New Revision: 1e8676b3b516ff544b5dce778ead59314da775c7 https://github.com/groonga/groonga/commit/1e8676b3b516ff544b5dce778ead59314da775c7 Log: test: fix a typo of column index name Modified files: test/command/suite/select/index/nested/scalar.expected test/command/suite/select/index/nested/scalar.test Modified: test/command/suite/select/index/nested/scalar.expected (+1 -2) =================================================================== --- test/command/suite/select/index/nested/scalar.expected 2012-11-26 10:13:57 +0900 (70f0c38) +++ test/command/suite/select/index/nested/scalar.expected 2012-11-26 12:37:27 +0900 (714e62f) @@ -27,10 +27,9 @@ load --table Articles [ {"content": "Groonga is fast!", "comment": 1}, {"content": "Groonga is useful!"}, -{"content": "Mroonga is fast!", "comments": 3} +{"content": "Mroonga is fast!", "comment": 3} ] [[0,0.0,0.0],3] -#|e| invalid column('comments') select Articles --match_columns comment.content --query groonga --output_columns "_id, _score, *" [ [ Modified: test/command/suite/select/index/nested/scalar.test (+1 -1) =================================================================== --- test/command/suite/select/index/nested/scalar.test 2012-11-26 10:13:57 +0900 (c609826) +++ test/command/suite/select/index/nested/scalar.test 2012-11-26 12:37:27 +0900 (3d7c726) @@ -25,7 +25,7 @@ load --table Articles [ {"content": "Groonga is fast!", "comment": 1}, {"content": "Groonga is useful!"}, -{"content": "Mroonga is fast!", "comments": 3} +{"content": "Mroonga is fast!", "comment": 3} ] select Articles --match_columns comment.content --query groonga \ -------------- next part -------------- HTML����������������������������...Download