Discussion:
svn commit: r330356 - in /httpd/test/trunk/perl-framework/t: apache/ modules/ security/ ssl/
Stas Bekman
2005-11-02 20:48:29 UTC
Permalink
Author: stas
Date: Wed Nov 2 12:44:13 2005
New Revision: 330356
URL: http://svn.apache.org/viewcvs?rev=330356&view=rev
tests requiring LWP when LWP is not available are now skipped
A note for the test developers. For the future when you finish changing
the test you are working on make sure that it either works or skipped when
LWP module is not installed. To test run:

APACHE_TEST_PRETEND_NO_LWP=1 make test

or:

APACHE_TEST_PRETEND_NO_LWP=1 t/TEST t/whatever/yourtest.t

Apache-Test provides a limited emulation of LWP, so some tests work w/o
requiring LWP.
--
_____________________________________________________________
Stas Bekman mailto:***@stason.org http://stason.org/
MailChannels: Assured Messaging(TM) http://mailchannels.com/
The "Practical mod_perl" book http://modperlbook.org/
http://perl.apache.org/ http://perl.org/ http://logilune.com/
Loading...