[Rt-commit] rt branch, 4.0/autoload-fixes, updated. rt-4.0.0-285-g6f6aaf8

Shawn Moore sartak at bestpractical.com
Tue May 17 14:06:32 EDT 2011


The branch, 4.0/autoload-fixes has been updated
       via  6f6aaf879f20ae91a9b27f57c658994b9b73ae6a (commit)
      from  9e4693afea569c1edacc4890cbd84f27be6b17cb (commit)

Summary of changes:
 t/web/articles-links.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 6f6aaf879f20ae91a9b27f57c658994b9b73ae6a
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue May 17 14:04:43 2011 -0400

    Use RT->Config->Set to adjust mason root

diff --git a/t/web/articles-links.t b/t/web/articles-links.t
index c255db0..0313677 100644
--- a/t/web/articles-links.t
+++ b/t/web/articles-links.t
@@ -3,7 +3,7 @@ use warnings;
 
 use RT::Test tests => 17;
 
-$RT::MasonLocalComponentRoot = RT::Test::get_abs_relocatable_dir('html');
+RT->Config->Set( MasonLocalComponentRoot => RT::Test::get_abs_relocatable_dir('html') );
 
 my ($baseurl, $m) = RT::Test->started_ok;
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list