[Rt-commit] r2078 - in rt/branches/PLATANO-EXPERIMENTAL: . lib/t/regression

jesse at bestpractical.com jesse at bestpractical.com
Fri Jan 14 03:34:06 EST 2005


Author: jesse
Date: Fri Jan 14 03:34:06 2005
New Revision: 2078

Modified:
   rt/branches/PLATANO-EXPERIMENTAL/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL/lib/t/regression/08web_cf_access.t
Log:
 r2491 at hualien (orig r2017):  jesse | 2004-12-20T23:33:50.598663Z
  r2489 at hualien:  jesse | 2004-12-20T23:27:06.068915Z
  Inhibit a warning in 08_web_Cf_access.t
  
  
 


Modified: rt/branches/PLATANO-EXPERIMENTAL/lib/t/regression/08web_cf_access.t
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/lib/t/regression/08web_cf_access.t	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/lib/t/regression/08web_cf_access.t	Fri Jan 14 03:34:06 2005
@@ -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