Re: [Apache-dispatch-devel] Fwd: SF.net SVN: apache-dispatch: [50]trunk
Brought to you by:
geoffrey_young,
phred_moyer
|
From: Fred M. <fr...@re...> - 2006-08-29 05:29:02
|
On Sat, 12 Aug 2006, Fred Moyer wrote:
>> anyway, I hope this helps clear things up a bit. I'm happy to work on
>
> I just made all these changes with revision 51. This revision makes
> things a lot cleaner, and I've got a better understanding of Apache::Test
> now. I ran the following [1] test scenarios by removing the appropriate
> dependencies, all tests are passing, let me know what you think Geoff.
I've tried an install here on a different system and it barked a bit about
couldn't finding Apache::Test but then built properly. I built
Apache::SizeLimit trunk in the same conditions and it refused to build
because it couldn't find a mod_perl enabled Apache.
Any thoughts on these test results? Admittedly it's not perfect but it
builds and installs ok for me on two different systems, and tests just
fine if you have the $ENV{APACHE_TEST_HTTPD} and friends configured
properly.
> [1]
> ---------------------------
> No mod_perl.c
>
> mp1 =>
> t/all....skipped
> all skipped: cannot find module 'mod_perl.c'
>
> mp2 =>
> t/all....skipped
> all skipped: cannot find module 'mod_perl.c'
>
> ---------
> No Apache::Test
>
> mp1 => sorry, cannot run tests without a properly
> configured Apache-Test environment
>
> mp2 => sorry, cannot run tests without a properly
> configured Apache-Test environment
> --------------
> Apache::Test 1.28, No Apache::Filter
>
> mp1 =>
> t/01plain.....ok
> t/02extras....ok
> t/03filter....skipped
> all skipped: You need Apache::Filter to run this test
> t/04oo........ok
> All tests successful, 1 test skipped.
>
> mp2 =>
> t/01plain.....ok
> t/02extras....ok
> t/03filter....skipped
> all skipped: Filtering not yet implemented in Apache2::Dispatch
> t/04oo........ok
>
> -------------------
> Apache::Test 1.28, Apache::Filter 1.024 installed
>
> mp1 =>
> t/01plain.....ok
> t/02extras....ok
> t/03filter....ok
> t/04oo........ok
> All tests successful.
>
> mp2 =>
> t/01plain.....ok
> t/02extras....ok
> t/03filter....skipped
> all skipped: Filtering not yet implemented in Apache2::Dispatch
> t/04oo........ok
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Apache-dispatch-devel mailing list
> Apa...@li...
> https://lists.sourceforge.net/lists/listinfo/apache-dispatch-devel
>
|