diff options
author | Damien F. Katz <damien@apache.org> | 2009-11-13 21:24:16 +0000 |
---|---|---|
committer | Damien F. Katz <damien@apache.org> | 2009-11-13 21:24:16 +0000 |
commit | cbc69a03db8159bc2a49f5f517dcaa2b5c4478fa (patch) | |
tree | 0f6a9aef4d1a4e9300742735279c94000853051e | |
parent | 627481ee0ade53d0ceed2e29cbb4e312ecbe3340 (diff) |
Fix broken etap test.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@835997 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | test/etap/031-doc-to-json.t | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/etap/031-doc-to-json.t b/test/etap/031-doc-to-json.t index 955422af..4e7a175f 100755 --- a/test/etap/031-doc-to-json.t +++ b/test/etap/031-doc-to-json.t @@ -115,7 +115,7 @@ test_to_json_success() -> name = <<"big.xml">>, type = <<"xml/sucks">>, data = fun() -> ok end, - revpov = 1, + revpos = 1, len = 400 }, #att{ @@ -152,12 +152,13 @@ test_to_json_success() -> name = <<"stuff.txt">>, type = <<"text/plain">>, data = fun() -> <<"diet pepsi">> end, - revpos = 1 + revpos = 1, len = 10 }, #att{ name = <<"food.now">>, type = <<"application/food">>, + revpos = 1, data = <<"sammich">> } ]}, |