You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2010/06/25 16:24:36 UTC

svn commit: r957980 - /couchdb/branches/0.11.x/test/etap/030-doc-from-json.t

Author: jan
Date: Fri Jun 25 14:24:35 2010
New Revision: 957980

URL: http://svn.apache.org/viewvc?rev=957980&view=rev
Log:
fix test case for revpos-checking commit

Modified:
    couchdb/branches/0.11.x/test/etap/030-doc-from-json.t

Modified: couchdb/branches/0.11.x/test/etap/030-doc-from-json.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/test/etap/030-doc-from-json.t?rev=957980&r1=957979&r2=957980&view=diff
==============================================================================
--- couchdb/branches/0.11.x/test/etap/030-doc-from-json.t (original)
+++ couchdb/branches/0.11.x/test/etap/030-doc-from-json.t Fri Jun 25 14:24:35 2010
@@ -92,14 +92,16 @@ test_from_json_success() ->
                     data = stub,
                     type = <<"application/awesome">>,
                     att_len = 45,
-                    disk_len = 45
+                    disk_len = 45,
+                    revpos = nil
                 },
                 #att{
                     name = <<"noahs_private_key.gpg">>,
                     data = <<"I have a pet fish!">>,
                     type = <<"application/pgp-signature">>,
                     att_len = 18,
-                    disk_len = 18
+                    disk_len = 18,
+                    revpos = 0
                 }
             ]},
             "Attachments are parsed correctly."