I'm going to put this on hold for a bit. I can't get a remotely clean make test.Christopher H. Laco wrote:
Shouldn't that be:
Index: TestRequest.pm
- $url = Apache::TestRequest::module2url($module, %options); + $url = Apache::TestRequest::module2url($module, \%options);
Thanks Chris, fixed.
Any other grunt work can work on?
if you didn't get tired from module2url manipulations, there are a few tests in the httpd-test repository that could use the same refactoring. This is the repository used by the httpd project. To exract it do:
svn checkout http://svn.apache.org/repos/asf/httpd/test/trunk/ httpd-test
it lives in httpd-test/perl-framework/t/
Other than that, I'm going to commit soon a new test framework that tests Apache-Test config itself, so you may want to help out with that, once it's in. You are on the [EMAIL PROTECTED] list, right? That list shows all the commits to the httpd-test project (which includes Apache-Test).
Aside from test failures, I'm fighting this if mod_rewrite is loaded:
[Wed Dec 08 20:02:01 2004] [error] (OS 193)%1 is not a valid Win32 application. : mod_rewrite: could not startup RewriteMap program (null)
and this when it's not:
waiting 60 seconds for server to start: .Syntax error on line 243 of C:/Development/httpd-test/perl-framework/t/conf/extra.conf:
Invalid ScriptLog path C:/Development/httpd-test/perl-framework/t/logs/mod_cgi.log
I even went to far as to uninstall every piece of Apache/Apache2 and perl 5.6.1/5.8.4 and reinstall Apache2/5.8.4 letting it setup the ENV variables so it was the only perl.
Maybe if I get more energy on my day off Friday I'll take another crack at it. Time for some HL2. :-)
-=Chris