Author: pgollucci Date: Sun Jul 9 02:13:08 2006 New Revision: 420268 URL: http://svn.apache.org/viewvc?rev=420268&view=rev Log: I haven't the foggiest what makes this work now since we were specifically skipping it for some reason, but it works now.
I've checked all of these combinations: r420254-5.8.8-2.0.49-prefork....ok r420254-5.8.8-2.0.50-prefork....ok r420254-5.8.8-2.0.51-prefork....ok r420254-5.8.8-2.0.52-prefork....ok r420254-5.8.8-2.0.53-prefork....ok r420254-5.8.8-2.0.54-prefork....ok r420254-5.8.8-2.0.55-prefork....ok r420254-5.8.8-2.0.58-prefork....ok r420254-5.8.8-2.2.0-prefork....ok r420254-5.8.8-2.2.2-prefork....ok r420254-5.8.8_ithread-2.0.51-worker....ok r420254-5.8.8_ithread-2.0.52-worker....ok r420254-5.8.8_ithread-2.0.53-worker....ok r420254-5.8.8_ithread-2.0.54-worker....ok r420254-5.8.8_ithread-2.0.55-worker....ok r420254-5.8.8_ithread-2.0.58-worker....ok r420254-5.8.8_ithread-2.2.0-worker....ok r420254-5.8.8_ithread-2.2.2-worker....ok r420254-5.8.8_ithread-2.2.0-event....ok r420254-5.8.8_ithread-2.2.2-event....ok Pointy Hat: gozer Modified: perl/modperl/trunk/t/modperl/local_env.t Modified: perl/modperl/trunk/t/modperl/local_env.t URL: http://svn.apache.org/viewvc/perl/modperl/trunk/t/modperl/local_env.t?rev=420268&r1=420267&r2=420268&view=diff ============================================================================== --- perl/modperl/trunk/t/modperl/local_env.t (original) +++ perl/modperl/trunk/t/modperl/local_env.t Sun Jul 9 02:13:08 2006 @@ -4,7 +4,7 @@ use Apache::Test; use Apache::TestRequest qw(GET); -plan tests => 1, skip_reason('local %ENV is still broken'); +plan tests => 1; my $module = 'TestModperl::local_env'; my $url = Apache::TestRequest::module2url($module);