Navigation Menu

Skip to content

Commit

Permalink
test: Define table with a fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent e9dd557 commit 5abb7dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
13 changes: 0 additions & 13 deletions test/command/suite/groonga/delete/success.expected
@@ -1,16 +1,3 @@
{
"inReplyTo": "request-id",
"statusCode": 200,
"type": "table_create.result",
"body": [
[
0,
0.0,
0.0
],
true
]
}
{
"inReplyTo": "request-id",
"statusCode": 200,
Expand Down
9 changes: 1 addition & 8 deletions test/command/suite/groonga/delete/success.test
@@ -1,11 +1,4 @@
{
"type": "table_create",
"dataset": "Droonga",
"body": {
"name" : "User",
"flags" : "TABLE_PAT_KEY"
}
}
#@include fixture/user-table.jsons
{
"type": "add",
"dataset": "Droonga",
Expand Down

0 comments on commit 5abb7dc

Please sign in to comment.