diff options
author | Filipe David Borba Manana <fdmanana@apache.org> | 2010-07-14 21:13:42 +0000 |
---|---|---|
committer | Filipe David Borba Manana <fdmanana@apache.org> | 2010-07-14 21:13:42 +0000 |
commit | 5cce8596fcab48bdef8ea913d140ada2cf87e869 (patch) | |
tree | 3ba5958fc24b17965343acb6cdebfeb4c87ee205 /test | |
parent | ee4a8312a43dcc00f42df7efd9824a176d71c73b (diff) |
Merged revision 964201 from trunk:
Adapt test to change introduced in revision 963725 - deleted documents can now have non-empty bodies.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@964202 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rwxr-xr-x | test/etap/031-doc-to-json.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/etap/031-doc-to-json.t b/test/etap/031-doc-to-json.t index 05425d38..605a6d00 100755 --- a/test/etap/031-doc-to-json.t +++ b/test/etap/031-doc-to-json.t @@ -78,8 +78,8 @@ test_to_json_success() -> }, { #doc{deleted=true, body={[{<<"foo">>, <<"bar">>}]}}, - {[{<<"_id">>, <<>>}, {<<"_deleted">>, true}]}, - "Deleted docs drop body members." + {[{<<"_id">>, <<>>}, {<<"foo">>, <<"bar">>}, {<<"_deleted">>, true}]}, + "Deleted docs no longer drop body members." }, { #doc{meta=[ |