YUKI Hiroshi
null+****@clear*****
Tue Jun 24 17:20:26 JST 2014
YUKI Hiroshi 2014-06-24 17:20:26 +0900 (Tue, 24 Jun 2014) New Revision: 6cb17f754e73bee3bb4c1744b0e1fbc8c01cbac1 https://github.com/droonga/droonga-engine/commit/6cb17f754e73bee3bb4c1744b0e1fbc8c01cbac1 Message: Add drntest for "status" command Added files: test/command/suite/status/minimum.expected test/command/suite/status/minimum.test Added: test/command/suite/status/minimum.expected (+12 -0) 100644 =================================================================== --- /dev/null +++ test/command/suite/status/minimum.expected 2014-06-24 17:20:26 +0900 (6c9ca3a) @@ -0,0 +1,12 @@ +{ + "inReplyTo": "request-id", + "statusCode": 200, + "type": "status.result", + "body": { + "nodes": { + "127.0.0.1:23003/droonga": { + "live": true + } + } + } +} Added: test/command/suite/status/minimum.test (+5 -0) 100644 =================================================================== --- /dev/null +++ test/command/suite/status/minimum.test 2014-06-24 17:20:26 +0900 (97891fe) @@ -0,0 +1,5 @@ +{ + "type": "status", + "dataset": "Default", + "body": {} +} -------------- next part -------------- HTML����������������������������...下載