[EMAIL PROTECTED] wrote: > Author: geoff > Date: Mon Mar 7 17:58:09 2005 > New Revision: 156472 > > URL: http://svn.apache.org/viewcvs?view=rev&rev=156472 > Log: > do the minimum required to get the test server started so > the tests will run. > > note you will need to alter CGI.pm to require Apache2 modules > just to get the server to start
ok, these were pretty massive commits but this is the important part - the test suite is up and running again, with (the expected) large number of failures. the note above is the only caveat - Apache2::Status requires either libapreq or CGI.pm, and CGI.pm won't work in it's current state since it uses Apache::-based modules. so, you'll need to adjust CGI.pm just to get things running again. we should really consider what this means for the masses. perhaps looking into getting more intelligent about the use of Apache2::Status within the test suite. anyway, nice work joe - I did this all in about an hour, which wouldn't have been possible without all your hard work. --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
