config test failure for ports 80 and 443
----------------------------------------
Key: COUCHDB-213
URL: https://issues.apache.org/jira/browse/COUCHDB-213
Project: CouchDB
Issue Type: Bug
Components: Test Suite
Reporter: Dean Landolt
Priority: Minor
In the config test this assertion:
T(config.httpd.port == port);
depends on the line:
var port = CouchDB.host.split(":").pop();
But there's no :port on when running on 80 and 443. If config.httpd.port == 80
or 443 the port assertion should be skipped (and perhaps the protocol path part
checked for http:// or https://)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.