You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fd...@apache.org on 2010/07/14 23:12:19 UTC

svn commit: r964201 - /couchdb/trunk/test/etap/031-doc-to-json.t

Author: fdmanana
Date: Wed Jul 14 21:12:19 2010
New Revision: 964201

URL: http://svn.apache.org/viewvc?rev=964201&view=rev
Log:
Adapt test to change introduced in revision 963725 - deleted documents can now have non-empty bodies.

Modified:
    couchdb/trunk/test/etap/031-doc-to-json.t

Modified: couchdb/trunk/test/etap/031-doc-to-json.t
URL: http://svn.apache.org/viewvc/couchdb/trunk/test/etap/031-doc-to-json.t?rev=964201&r1=964200&r2=964201&view=diff
==============================================================================
--- couchdb/trunk/test/etap/031-doc-to-json.t (original)
+++ couchdb/trunk/test/etap/031-doc-to-json.t Wed Jul 14 21:12:19 2010
@@ -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=[