Navigation Menu

Skip to content

Commit

Permalink
Add drntest for "status" command
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 24, 2014
1 parent d36a989 commit 6cb17f7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/command/suite/status/minimum.expected
@@ -0,0 +1,12 @@
{
"inReplyTo": "request-id",
"statusCode": 200,
"type": "status.result",
"body": {
"nodes": {
"127.0.0.1:23003/droonga": {
"live": true
}
}
}
}
5 changes: 5 additions & 0 deletions test/command/suite/status/minimum.test
@@ -0,0 +1,5 @@
{
"type": "status",
"dataset": "Default",
"body": {}
}

0 comments on commit 6cb17f7

Please sign in to comment.