Author: jan Date: Fri Jun 25 14:07:04 2010 New Revision: 957951 URL: http://svn.apache.org/viewvc?rev=957951&view=rev Log: fix test case for revpos-checking commit
Modified: couchdb/trunk/test/etap/030-doc-from-json.t Modified: couchdb/trunk/test/etap/030-doc-from-json.t URL: http://svn.apache.org/viewvc/couchdb/trunk/test/etap/030-doc-from-json.t?rev=957951&r1=957950&r2=957951&view=diff ============================================================================== --- couchdb/trunk/test/etap/030-doc-from-json.t (original) +++ couchdb/trunk/test/etap/030-doc-from-json.t Fri Jun 25 14:07:04 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."