[
https://issues.apache.org/jira/browse/COUCHDB-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674289#action_12674289
]
Jan Lehnardt commented on COUCHDB-213:
--------------------------------------
We could just drop the test for the port number as we are testing other config
items as well that should pass. We probably should have done this in the first
place. Any objections?
> 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.