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:13:42 UTC

svn commit: r964202 - /couchdb/branches/1.0.x/test/etap/031-doc-to-json.t

Author: fdmanana
Date: Wed Jul 14 21:13:42 2010
New Revision: 964202

URL: http://svn.apache.org/viewvc?rev=964202&view=rev
Log:
Merged revision 964201 from trunk:

Adapt test to change introduced in revision 963725 - deleted documents can now have non-empty bodies.


Modified:
    couchdb/branches/1.0.x/test/etap/031-doc-to-json.t

Modified: couchdb/branches/1.0.x/test/etap/031-doc-to-json.t
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/test/etap/031-doc-to-json.t?rev=964202&r1=964201&r2=964202&view=diff
==============================================================================
--- couchdb/branches/1.0.x/test/etap/031-doc-to-json.t (original)
+++ couchdb/branches/1.0.x/test/etap/031-doc-to-json.t Wed Jul 14 21:13:42 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=[