summaryrefslogtreecommitdiff
path: root/apps/couch/test/etap/030-doc-from-json.t
diff options
context:
space:
mode:
authorBrad Anderson <brad@cloudant.com>2010-08-19 17:51:06 -0400
committerBrad Anderson <brad@cloudant.com>2010-08-19 17:51:06 -0400
commit1ac66234d0e1481b32701503be5f2da28c81fd8b (patch)
treeb8c9b1f71b0c7bf400a75de33e1aba9b927ec0dc /apps/couch/test/etap/030-doc-from-json.t
parent8920ea6ae399c651ccd51239d7fb7358d9d44f97 (diff)
Cloudant changes to etap tests
Diffstat (limited to 'apps/couch/test/etap/030-doc-from-json.t')
-rwxr-xr-xapps/couch/test/etap/030-doc-from-json.t5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/couch/test/etap/030-doc-from-json.t b/apps/couch/test/etap/030-doc-from-json.t
index c4ef649a..8dd5fa1e 100755
--- a/apps/couch/test/etap/030-doc-from-json.t
+++ b/apps/couch/test/etap/030-doc-from-json.t
@@ -20,9 +20,6 @@
-record(att, {name, type, att_len, disk_len, md5= <<>>, revpos=0, data,
encoding=identity}).
-default_config() ->
- test_util:build_file("etc/couchdb/default_dev.ini").
-
main(_) ->
test_util:init_code_path(),
etap:plan(26),
@@ -36,8 +33,6 @@ main(_) ->
ok.
test() ->
- couch_config:start_link([default_config()]),
- couch_config:set("attachments", "compression_level", "0"),
ok = test_from_json_success(),
ok = test_from_json_errors(),
ok.