Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / rt / t / web / query_builder_queue_limits.t
index a3b9765..f583d64 100644 (file)
@@ -11,6 +11,9 @@ $lifecycles->{foo} = {
 
 };
 
+# explicitly Set so RT::Test can catch our change
+RT->Config->Set( Lifecycles => %$lifecycles );
+
 RT::Lifecycle->FillCache();
 
 my $general = RT::Test->load_or_create_queue( Name => 'General' );