Re: minor fix on httpd test case t/modules/include.t on perl-framework

2007-09-25 Thread Sriskanthaverl
Thanks Joe. Could you please consider this patch too, which I have posted some times back. http://mail-archives.apache.org/mod_mbox/httpd-dev/200703.mbox/[EMAIL PROTECTED] Regards Sris From: *Sriskanthaverl* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Date: Mar 9, 2007 11:17 PM Subject

minor fix on httpd test case t/modules/include.t on perl-framework

2007-09-21 Thread Sriskanthaverl
Hi One particular perl-framework test case for httpd's include moduele keep on failing in solaris and other systems. test case 53 in t/include.t produces the following expected and received o/ps. # testing : GET /modules/include/file.shtml # expected: Monday, 31-Jul-2006 07:21:59 Monday,

minor fix on httpd test case t/modules/include.t on perl-framework

2007-09-20 Thread Sriskanthaverl
Hi One particular perl-framework test case for httpd's include moduele keep on failing in solaris and other systems. test case 53 in t/include.t produces the following expected and received o/ps. # testing : GET /modules/include/file.shtml # expected: Monday, 31-Jul-2006 07:21:59 Monday,

Re: httpd perl-framework test failed

2007-04-10 Thread Sriskanthaverl
the server (test scripter assumed a format and coded accordingly). If the time-format of the server is what expected, I can conclude, the test-framework have to be changed to expect the right format. Thanks Sris Sander Temme wrote: On Apr 7, 2007, at 5:40 AM, Sriskanthaverl wrote: I found the following

A patch to perl-framework test scripts for php

2007-03-10 Thread Sriskanthaverl
Hi, I have come across a number of test scripts for php in perl-framework, which get skipped for php5, as it is explicitly said those test cases are for php4. However I didn't see any good reason for those test cases designed to get skipped for php5. Therefore I modified the php scripts such a

Re: A patch to perl-framework test scripts for php

2007-03-10 Thread Sriskanthaverl
Regards Sris Sriskanthaverl wrote: Hi, I have come across a number of test scripts for php in perl-framework, which get skipped for php5, as it is explicitly said those test cases are for php4. However I didn't see any good reason for those test cases designed to get skipped for php5. Therefore

Re: 2.0.x

2006-07-19 Thread Kanagasabai Sriskanthaverl
iD8DBQFEvw78KjzBuDV8dpIRApXGAJ4g7SLC5vaiH/Xgc8D7Lst5SNjybQCfSgf5 OaMDc/8QGcnPhBc9j64KAPE= =VzYt -END PGP SIGNATURE- begin:vcard fn:Sriskanthaverl Kanagasabai n:Kanagasabai;Sriskanthaverl email;internet:[EMAIL PROTECTED] x-mozilla-html:FALSE version:2.1 end:vcard

Re: 2.0.x

2006-07-19 Thread Kanagasabai Sriskanthaverl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 SORRY.. attachment is here.. :) Kanagasabai Sriskanthaverl wrote: I have attached a perl test script to validate this bug. This is what u have to do.. * copy the attached tar file test_symlink.tar.gz to ./httpd-test/perl-framework/ * untar

Does mod_jk compatible with httpd2.2

2006-03-02 Thread Kanagasabai Sriskanthaverl
Hi, Could any one please let me know whether I can use mod_jk with httpd2.2. If so, is it same as with httpd2.0 or different. please guide me to setup it. I am aware that, there is mod_ajp which can connect tomcat with httpd2.2. Regards Sris

perl-framework, Makefile.PL with -apxs gives error.

2006-02-16 Thread Kanagasabai Sriskanthaverl
Hi, I have come across this issue when i try to define the apxs argument to point to an httpd installed in used defined location. Here are the steps i have done. and it provided the error output given below. Can any of u help me to get rid of it/ any work around to this. Note: t/TEST -apxs...

Re: perl-framework, Makefile.PL with -apxs gives error.

2006-02-16 Thread Kanagasabai Sriskanthaverl
Hi Thanks, -httpd works fine. The httpd binary has been built in a custom name like httpsd.worker in my machine. That is the reason y apxs does not locate the httpd binary. Sorry about it. it works after i renamed it to httpd. Regards Sris On Thu, 2006-02-16 at 08:47 -0500, Geoffrey Young

Re: Test suite problems

2006-02-09 Thread Kanagasabai Sriskanthaverl
Hi Thanks a lot. It works fine now. This happens if you svn up an already-configured perl-framework checkout past the r357718 change, sorry about that. Just checkout a fresh perl-framework tree and it will go away. IIRC once you suffer from the problem it's not possible to recover the

Re: Test suite problems

2006-02-07 Thread Kanagasabai Sriskanthaverl
Mee too had the same problem. I put a small hack like below in the Test.pm file at lines around 382 - commented the join statement and hard-code some text for reason #my $reason = join ' or ', @need; my $reason = 'useless message'; Now the tests are successful though it gives the same error