Mailing List Archive

[bricoleurs/bricolage] eedb8f: Fix Bric::Util::ApacheReq test failures.
Branch: refs/heads/master
Home: http://github.com/bricoleurs/bricolage

Commit: eedb8fa997b96d4ec598c7dda2b83cc767756336
http://github.com/bricoleurs/bricolage/commit/eedb8fa997b96d4ec598c7dda2b83cc767756336
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-04-12 (Mon, 12 Apr 2010)

Changed paths:
M comp/widgets/help/debuggers.html
M lib/Bric/Changes.pod
M lib/Bric/License.pod
M t/Bric/Util/ApacheReq/Test.pm

Log Message:
-----------
Fix Bric::Util::ApacheReq test failures.

Fixe bug in the Bric::Util::ApacheReq tests where they would fail if the
`LISTEN_PORT` or `SSL_PORT` `bricolage.conf` directives were anything other
than 80 and 443, respectively. Thanks to Héctor Daniel Cortés González for the
report.