--- Revision 343730363334 +++ Revision 363334626563 @@ -30,8 +30,9 @@ echo "$REMOTE/test/doc" curl --silent -X GET $REMOTE/test/doc -# gives: {"_id":"doc","_rev":"2-b92980728fae704020c4bada5a7e1875","foo":"bar","_attachments":{"text_attachment":{"content_type":"application/octet-stream","revpos":2,"length":8,"stub":true}}} +# gives: {"_id":"doc","_rev":"1-4c6114c65e295552ab1019e2b046b10e","foo":"bar"} echo "$LOCAL/test/doc" curl --silent -X GET $LOCAL/test/doc -# gives: {"error":"not_found","reason":"deleted"} +# gives: {"_id":"doc","_rev":"2-b92980728fae704020c4bada5a7e1875","foo":"bar","_attachments":{"text_attachment":{"content_type":"application/octet-stream","revpos":2,"length":8,"stub":true}}} +