[Jifty-commit] r1053 - in jifty/trunk: lib/Jifty/Test/WWW

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat May 13 21:26:31 EDT 2006


Author: jesse
Date: Sat May 13 21:26:31 2006
New Revision: 1053

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm

Log:
 r13574 at hualien:  jesse | 2006-05-13 18:57:35 -0400
 * Clobber the user's HTTP proxy before running tests - Thanks to Matt Trout


Modified: jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm	(original)
+++ jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm	Sat May 13 21:26:31 2006
@@ -4,6 +4,8 @@
 package Jifty::Test::WWW::Mechanize;
 use base qw/Test::WWW::Mechanize/;
 
+$ENV{'http_proxy'} = ''; # Otherwise Test::WWW::Mechanize tries to go through your HTTP proxy
+
 use Test::HTML::Lint; # exports html_ok
 use HTTP::Cookies;
 use XML::XPath;


More information about the Jifty-commit mailing list