Skip to content

Commit

Permalink
Change single negated term query to negative test
Browse files Browse the repository at this point in the history
bz1155
  • Loading branch information
rzezeski committed Aug 12, 2011
1 parent 21db6fe commit 17b56e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/riak_search/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test.log
2 changes: 1 addition & 1 deletion tests/riak_search/qilr_test/script.def
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{search, "acc:(aab AND (NOT aba))", []},

{echo, "+/- Operators"},
{search, "-acc:AAD", []},
{error, {search, "-acc:AAD", []}, throw, {error, single_negated_term}},
{search, "+acc:aab AND -acc:aac", []},
{search, "+acc:aab AND -acc:aeb", []},
{search, "acc:(aab AND -aac)", []},
Expand Down

0 comments on commit 17b56e0

Please sign in to comment.