Issac, for the future, your report is still incomplete:
http://perl.apache.org/docs/2.0/user/help/help.html#_C_make_test___Failures

  post to the mailing list the output of the individual tests running
  *and the contents of t/logs/error_log*.

the error_log was missing from this report.

But for this particular case what you have sent is good enough.

> # trying http://hector.mirimar.net:8530/TestModperl__setupenv_mpsetup
> # testing : found REMOTE_ADDR in %ENV
> # expected: 199.203.54.245
> # received: 127.0.0.1
> not ok 8
[and the rest is the same issue]

This is not a mod_perl problem, just a mismatch of what your system reports about the IP of your machine at different times. Apache sees your client coming from 127.0.0.1 and the Apache-Test framework finds your machine to have the IP 199.203.54.245.

Ideas on how to fix the test suite to handle this kind of problem are very welcome.

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

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to