[Rt-commit] r2017 - in rt/branches/3.4-RELEASE: . lib/t/regression

jesse at bestpractical.com jesse at bestpractical.com
Mon Dec 20 18:33:51 EST 2004


Author: jesse
Date: Mon Dec 20 18:33:50 2004
New Revision: 2017

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/lib/t/regression/08web_cf_access.t
Log:
 r2489 at hualien:  jesse | 2004-12-20T23:27:06.068915Z
 Inhibit a warning in 08_web_Cf_access.t
 
 


Modified: rt/branches/3.4-RELEASE/lib/t/regression/08web_cf_access.t
==============================================================================
--- rt/branches/3.4-RELEASE/lib/t/regression/08web_cf_access.t	(original)
+++ rt/branches/3.4-RELEASE/lib/t/regression/08web_cf_access.t	Mon Dec 20 18:33:50 2004
@@ -7,7 +7,7 @@
 RT::Init;
 use Test::WWW::Mechanize;
 
-
+$RT::WebPath ||= ''; # Shut up a warning
 use constant BaseURL => "http://localhost".$RT::WebPath."/";
 use constant ImageFile => $RT::MasonComponentRoot .'/NoAuth/images/bplogo.gif';
 use constant ImageFileContent => do {


More information about the Rt-commit mailing list