diff options
author | Paul Joseph Davis <davisp@apache.org> | 2011-04-21 01:24:38 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2011-04-21 01:24:38 +0000 |
commit | 8ff7a1b5a20c65d8444d06709ac74b0f786c0fe4 (patch) | |
tree | a4b7d3be01fc5aff215b5601983ca6cc3cc502b5 /test/etap/140-attachment-comp.t | |
parent | 6f922dd546b5302db50a14e54357fefa73a1b697 (diff) |
Do not persist config values in etap tests.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1095584 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/etap/140-attachment-comp.t')
-rwxr-xr-x | test/etap/140-attachment-comp.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/etap/140-attachment-comp.t b/test/etap/140-attachment-comp.t index abe98432..475f4fb0 100755 --- a/test/etap/140-attachment-comp.t +++ b/test/etap/140-attachment-comp.t @@ -38,8 +38,8 @@ test() -> couch_server:delete(test_db_name(), []), couch_db:create(test_db_name(), []), - couch_config:set("attachments", "compression_level", "8"), - couch_config:set("attachments", "compressible_types", "text/*"), + couch_config:set("attachments", "compression_level", "8", false), + couch_config:set("attachments", "compressible_types", "text/*", false), create_1st_text_att(), create_1st_png_att(), |