Yoji Shidara
null+****@clear*****
Wed Nov 27 13:04:06 JST 2013
Yoji Shidara 2013-11-27 13:04:06 +0900 (Wed, 27 Nov 2013) New Revision: b07236f062552d822de798f02ac3664f8aad8c35 https://github.com/droonga/fluent-plugin-droonga/commit/b07236f062552d822de798f02ac3664f8aad8c35 Message: test: Add minimum test case for search command Added files: test/command/suite/search/minimum.expected test/command/suite/search/minimum.test Added: test/command/suite/search/minimum.expected (+13 -0) 100644 =================================================================== --- /dev/null +++ test/command/suite/search/minimum.expected 2013-11-27 13:04:06 +0900 (aad7be0) @@ -0,0 +1,13 @@ +[ + "droonga.message", + 0, + { + "inReplyTo": null, + "statusCode": 200, + "type": "search.result", + "body": { + "result": { + } + } + } +] Added: test/command/suite/search/minimum.test (+17 -0) 100644 =================================================================== --- /dev/null +++ test/command/suite/search/minimum.test 2013-11-27 13:04:06 +0900 (7542b6c) @@ -0,0 +1,17 @@ +#@config ../../config/cluster/ +#@include ../../fixture/user-table.jsons +{ + "type": "search", + "dataset": "Droonga", + "body": { + "queries": { + "result": { + "source": "User", + "output": { + "elements": [ + ] + } + } + } + } +} -------------- next part -------------- HTML����������������������������...Download