From 248b3fa2efab820f7791c2482b32e0c9fb5c9053 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Fri, 25 Jun 2010 14:07:04 +0000 Subject: fix test case for revpos-checking commit git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957951 13f79535-47bb-0310-9956-ffa450edef68 --- test/etap/030-doc-from-json.t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/etap/030-doc-from-json.t b/test/etap/030-doc-from-json.t index 22b23bd4..c4ef649a 100755 --- a/test/etap/030-doc-from-json.t +++ b/test/etap/030-doc-from-json.t @@ -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." -- cgit v1.2.3