You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by st...@apache.org on 2004/11/30 20:50:04 UTC

svn commit: r109235 - /httpd/test/trunk/perl-framework/Apache-Test/t/redirect.t

Author: stas
Date: Tue Nov 30 11:50:03 2004
New Revision: 109235

URL: http://svn.apache.org/viewcvs?view=rev&rev=109235
Log:
correct the plan's need rules

Modified:
   httpd/test/trunk/perl-framework/Apache-Test/t/redirect.t

Modified: httpd/test/trunk/perl-framework/Apache-Test/t/redirect.t
Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/t/redirect.t?view=diff&rev=109235&p1=httpd/test/trunk/perl-framework/Apache-Test/t/redirect.t&r1=109234&p2=httpd/test/trunk/perl-framework/Apache-Test/t/redirect.t&r2=109235
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/t/redirect.t	(original)
+++ httpd/test/trunk/perl-framework/Apache-Test/t/redirect.t	Tue Nov 30 11:50:03 2004
@@ -4,7 +4,7 @@
 use Apache::Test;
 use Apache::TestRequest;
 
-plan tests => 6, need_module('mod_alias.c') && &need_lwp;
+plan tests => 6, need need_module('mod_alias.c'), &need_lwp;
 
 my $url = '/redirect';
 

Re: svn commit: r109235 - /httpd/test/trunk/perl-framework/Apache-Test/t/redirect.t

Posted by "Christopher H. Laco" <ap...@chrislaco.com>.
Geoffrey Young wrote:
>>-plan tests => 6, need_module('mod_alias.c') && &need_lwp;
>>+plan tests => 6, need need_module('mod_alias.c'), &need_lwp;
> 
>                                                      ^
> ?
> 
> :)
> 
> --Geoff
> 
> 
Ha, now see what I've started. :-)

Re: svn commit: r109235 - /httpd/test/trunk/perl-framework/Apache-Test/t/redirect.t

Posted by Stas Bekman <st...@stason.org>.
Geoffrey Young wrote:
>>-plan tests => 6, need_module('mod_alias.c') && &need_lwp;
>>+plan tests => 6, need need_module('mod_alias.c'), &need_lwp;
> 
>                                                      ^
> ?
> 
> :)

Garbage in, garbage out :) now fixed :)


-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Re: svn commit: r109235 - /httpd/test/trunk/perl-framework/Apache-Test/t/redirect.t

Posted by Geoffrey Young <ge...@modperlcookbook.org>.
> -plan tests => 6, need_module('mod_alias.c') && &need_lwp;
> +plan tests => 6, need need_module('mod_alias.c'), &need_lwp;
                                                     ^
?

:)

--Geoff