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 14:51:33 +0100
commit83f4b9faf5241caa8cfffc7788c7b5bcdbde1f64 (patch)
treee69dba056f2ce35109150deb507f5a5401fcd526
parentaba14001c740df3c15d4d4cebfd8a759c3f0b284 (diff)
downloadcouchdb-83f4b9faf5241caa8cfffc7788c7b5bcdbde1f64.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");