[Rt-commit] r4545 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Thu Feb 16 18:16:38 EST 2006


Author: ruz
Date: Thu Feb 16 18:16:36 2006
New Revision: 4545

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/t/regression/08web_cf_access.t
   rt/branches/3.7-EXPERIMENTAL/lib/t/regression/18custom_frontpage.t

Log:
 r1711 at cubic-pc:  cubic | 2006-02-16 02:39:09 +0300
 * config changes


Modified: rt/branches/3.7-EXPERIMENTAL/lib/t/regression/08web_cf_access.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/t/regression/08web_cf_access.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/t/regression/08web_cf_access.t	Thu Feb 16 18:16:36 2006
@@ -9,7 +9,6 @@
 }
 use Test::WWW::Mechanize;
 
-RT->Config->Get('WebPath') ||= ''; # Shut up a warning
 use constant BaseURL => "http://localhost:".RT->Config->Get('WebPort').RT->Config->Get('WebPath')."/";
 use constant ImageFile => $RT::MasonComponentRoot .'/NoAuth/images/bplogo.gif';
 use constant ImageFileContent => do {

Modified: rt/branches/3.7-EXPERIMENTAL/lib/t/regression/18custom_frontpage.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/t/regression/18custom_frontpage.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/t/regression/18custom_frontpage.t	Thu Feb 16 18:16:36 2006
@@ -9,7 +9,6 @@
 }
 use Test::WWW::Mechanize;
 
-RT->Config->Get('WebPath') ||= ''; # Shut up a warning
 use constant BaseURL => "http://localhost:".RT->Config->Get('WebPort').RT->Config->Get('WebPath')."/";
 
 


More information about the Rt-commit mailing list