YUKI Hiroshi
null+****@clear*****
Wed Dec 4 18:41:43 JST 2013
YUKI Hiroshi 2013-12-04 18:41:43 +0900 (Wed, 04 Dec 2013) New Revision: 17b2233737510473efd8ac5192592b8cadc3d556 https://github.com/droonga/fluent-plugin-droonga/commit/17b2233737510473efd8ac5192592b8cadc3d556 Message: Add expected result of group.test. This fails for now because the "count" of "documents" becomes "2" actually. Added files: test/command/suite/search/group.expected Added: test/command/suite/search/group.expected (+36 -0) 100644 =================================================================== --- /dev/null +++ test/command/suite/search/group.expected 2013-12-04 18:41:43 +0900 (6cfd6be) @@ -0,0 +1,36 @@ +[ + "droonga.message", + 0, + { + "inReplyTo": null, + "statusCode": 200, + "type": "search.result", + "body": { + "Groonga": { + "count": 4, + "records": [ + [ + "Groonga overview" + ], + [ + "Groonga library" + ], + [ + "Groonga server" + ], + [ + "Groonga storage engine" + ] + ] + }, + "documents": { + "count": 1, + "records": [ + [ + "Groonga" + ] + ] + } + } + } +] -------------- next part -------------- HTML����������������������������...Download