example of a t/SKIP file?

2001-10-22 Thread clayton cottingham
in Re: Winnow? Doug M said: - create a t/SKIP file with passing tests setenvif.t access.t etc.t could someone give me a short example of this SKIP file

is this a know issue

2001-10-19 Thread clayton cottingham
heya: i thought id check out the new cvs of the Apache-Test i think i might have found a bug? i do this: perl Makefile.PL apxs /usr/local/apache/bin/apxs make make test and then this occurs no test server configured, please specify an httpd or apxs or put either in your PATH so i tried thi

testing cookies under Apache-Test

2001-10-17 Thread clayton cottingham
hey all: this is a simpler question than most around here right now i was wondering if anyone could help me figure out what way to test cookies under this harness im certainly missing something , ive been trying for around an hour. ive been getting this: Can't locate object method "fetch

Re: Why 5.6, and t/TEST not working as described

2001-10-16 Thread clayton cottingham
Rodent of Unusual Size wrote: > > Thanks, Doug. I figured out the other part of my question, > which was (unasked) why 't/TEST t/expires' ran everything. > The answer is 'because it should be t/module/expires'. > Of course, I would have expected an error and no action, > but what do I know. :-) >

Re: httpd-test results with Apache 1.3.22

2001-10-11 Thread clayton cottingham
hi all: here is something im battling with ive made a line in my extra.conf.in that does a PerlRequire startup.pl but it never actually loads modules in i have to put them in the *.t's test files now im wondering what the correct way to do this would be? should i put in a perl block into the

Re: httpd-test results with Apache 1.3.22

2001-10-11 Thread clayton cottingham
Justin Erenkrantz wrote: > > Failed Test Status Wstat Total Fail Failed List of Failed > --- > modules/autoindex.t 84 84 100.00% 1-84 > modules/dir.t209 208 99.52% 1-208 >

Re: prob with lib path in Apache-Test more info

2001-10-09 Thread clayton cottingham
heya has any test-dev messages getting through today? ive found the best solution to lib/@INC woes ive been having and i thought i should pass along alas im wrong {thankfully} that the prob was with Apache::Test* i thought hmm mod_perl directives! here is what i did to get it to work in ex

Re: prob with lib path in Apache-Test more info

2001-10-09 Thread clayton cottingham
yo: im sure this is too hacked to use but.. to see if it would work i hacked this /usr/local/apache/bin/httpd -X -d /home/drfrog/.gnome-desktop/Apache-Foo-0.01/t -f /home/drfrog/.gnome-desktop/Apache-Foo-0.01/t/conf/httpd.conf -DAPACHE1 to /usr/local/apache/bin/httpd -X -d /home/drfrog/.g

prob with lib path in Apache-Test

2001-10-09 Thread clayton cottingham
hey all : ive been having a harsh prob with lib paths under the modperl test framework usually i have to install, then test the modules here is what errors out Can't locate Apache/Foo.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6

Re: some thing in the docs

2001-10-05 Thread clayton cottingham
Stas Bekman wrote: > > clayton cottingham wrote: > > > Stas Bekman wrote: > > > > > >>>563PREOP => 'pod2text lib/Apache/Amazing.pm > README', should it > >>>bePREOP => `pod2text lib/Apache/Amazing.pm > README`, >

Re: some thing in the docs

2001-10-05 Thread clayton cottingham
here is a small doc i wrote up for doing the mod perl test i dunno if its useful but i thought i should pass it around i wanted to re write out the docs as i did an example i think this worked out good anyways lemme know if there is anything glaringly wrong stas: if you want to includeany

Re: some thing in the docs

2001-10-05 Thread clayton cottingham
Stas Bekman wrote: > > 563PREOP => 'pod2text lib/Apache/Amazing.pm > README', should it > > bePREOP => `pod2text lib/Apache/Amazing.pm > README`, > > {back ticked?} > > nope > > wierd it only works backticked for me strange? > > plus there seems to be a prob with use libs on at leas

Re: intro and question [flood]

2001-10-04 Thread clayton cottingham
Justin Erenkrantz wrote: > > On Thu, Oct 04, 2001 at 12:22:31PM -0700, clayton cottingham wrote: > > > Hmm...it's been too long since I worked on this stuff, do we have > > > something > > > like FLOOD_HAS_SSL for conditional compilation? > > I thou

Re: intro and question [flood]

2001-10-04 Thread clayton cottingham
Aaron Bannert wrote: > > On Thu, Oct 04, 2001 at 10:44:53AM -0700, Justin Erenkrantz wrote: > > > ../../httpd-2.0//srclib/apr-util/xml/expat/lib/libexpat.la -lm -lcrypt > > > -lnsl -ldl > > > > configure is not detecting the presence of the OpenSSL libraries. > > -lssl is missing. -- justin > >

Re: intro and question [flood]

2001-10-04 Thread clayton cottingham
Justin Erenkrantz wrote: > > On Thu, Oct 04, 2001 at 09:53:31AM -0700, clayton cottingham wrote: > > heya: > > > > Aaron > > yes i am using openssl 0.9.6b > > > > > > anyhoo > > ive tried this on three comps all on mandrake 7.2 > >

having probs setting @inc under Apache-test

2001-10-04 Thread clayton cottingham
heya i cant seem to get the lib 's set properly ive followed the direction in the docs to a tee im not sure if its my config or somethihg wrong in docs if anyone has time lemme know and ill send you the files also is it Apache::Const or Constant? i could find former on cpan and latter spits

Re: intro and question [flood]

2001-10-04 Thread clayton cottingham
heya: Aaron yes i am using openssl 0.9.6b anyhoo ive tried this on three comps all on mandrake 7.2 i cant figure this out so lemme know if you do or maybe there is a way to disable ssl for now? [EMAIL PROTECTED] flood]$ make /bin/sh ../../httpd-2.0//srclib/apr/libtool --silent --mode=link

clean_files() where is it?

2001-10-04 Thread clayton cottingham
heya im going through the procedure on writing the modperl based tests here is the part thats thowing,currently: WriteMakefile( clean => { FILES => "@{ clean_files() }", }, ); and here is the message i get

Re: intro and question

2001-10-03 Thread clayton cottingham
Aaron Bannert wrote: > > On Wed, Oct 03, 2001 at 12:40:13PM -0700, clayton cottingham wrote: > [...] > > unfortunately it doesnt compile! > > > > it looks for apr_uri.h and cant find it > > heck i cant find it either!! > > > > its no where to be f

intro and question

2001-10-03 Thread clayton cottingham
hiya: im clayton cottingham, a mod_perl developer ive recently been asked to look into q&a and testing for our projects running under modperl ive also taken a look at flood since it was in the httpd-test and i am trying to install it unfortunately it doesnt compile! it looks for apr_u