summaryrefslogtreecommitdiff
path: root/test/etap
diff options
context:
space:
mode:
Diffstat (limited to 'test/etap')
-rwxr-xr-xtest/etap/031-doc-to-json.t5
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">>
}
]},