summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2018-09-15 13:42:34 +0200
committerJan Lehnardt <jan@apache.org>2018-11-09 09:57:43 +0100
commitc7c41aa911571703f662dc6b2c4c5c60587f0b31 (patch)
treee69dba056f2ce35109150deb507f5a5401fcd526
parent84efb4b8d53548c573f9e4b3515ab025040a8fb3 (diff)
downloadcouchdb-c7c41aa911571703f662dc6b2c4c5c60587f0b31.tar.gz
remove daemons from config js tests
-rw-r--r--test/javascript/tests/config.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/javascript/tests/config.js b/test/javascript/tests/config.js
index 8c7ce9917..a9dce637f 100644
--- a/test/javascript/tests/config.js
+++ b/test/javascript/tests/config.js
@@ -50,10 +50,7 @@ couchTests.config = function(debug) {
}
T(config.couchdb.database_dir);
- T(config.daemons.httpd);
- T(config.httpd_global_handlers._config);
T(config.log.level);
- T(config.query_servers.javascript);
// test that settings can be altered, and that an undefined whitelist allows any change
TEquals(undefined, config.httpd.config_whitelist, "Default whitelist is empty");