6SrHCU1lseUURuwTJEpCpk changeset

Changeset363334626563 (b)
Parent343730363334 (a)
ab
2929
3030echo "$REMOTE/test/doc"
3131curl --silent -X GET $REMOTE/test/doc
...
32-# gives: {"_id":"doc","_rev":"2-b92980728fae704020c4bada5a7e1875","foo":"bar","_attachments":{"text_attachment":{"content_type":"application/octet-stream","revpos":2,"length":8,"stub":true}}}
32+# gives: {"_id":"doc","_rev":"1-4c6114c65e295552ab1019e2b046b10e","foo":"bar"}
...
3333
3434echo "$LOCAL/test/doc"
3535curl --silent -X GET $LOCAL/test/doc
...
36-# gives: {"error":"not_found","reason":"deleted"}
36+# gives: {"_id":"doc","_rev":"2-b92980728fae704020c4bada5a7e1875","foo":"bar","_attachments":{"text_attachment":{"content_type":"application/octet-stream","revpos":2,"length":8,"stub":true}}}
36+
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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}}}
+