Navigation Menu

Skip to content

Commit

Permalink
test: Fix drntest for delete with invalid filter
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent cc5d4f3 commit 2b620a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/command/suite/groonga/delete/invalid-filter.expected
Expand Up @@ -7,7 +7,7 @@
-63,
0.0,
0.0,
"syntax error in filter: <_key>"
"syntax error in filter: <*>"
],
false
]
Expand Down
2 changes: 1 addition & 1 deletion test/command/suite/groonga/delete/invalid-filter.test
Expand Up @@ -4,6 +4,6 @@
"dataset": "Droonga",
"body": {
"table" : "User",
"filter" : "_key"
"filter" : "*"
}
}

0 comments on commit 2b620a3

Please sign in to comment.