[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.5-289-g916a5a5
Kevin Falcone
falcone at bestpractical.com
Fri Oct 9 18:01:48 EDT 2009
The branch, 3.8-trunk has been updated
via 916a5a542ffe73dca8e4c1ac1a98cafc5250cc10 (commit)
from 7429f555227fccb6488e87891fa7581a842f5cf0 (commit)
Summary of changes:
t/mail/gateway.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 916a5a542ffe73dca8e4c1ac1a98cafc5250cc10
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri Oct 9 16:34:07 2009 -0400
missing ; breaks the RT_SiteConfig generated by this test
diff --git a/t/mail/gateway.t b/t/mail/gateway.t
index b06daf7..00de1ec 100644
--- a/t/mail/gateway.t
+++ b/t/mail/gateway.t
@@ -57,7 +57,7 @@ use strict;
use warnings;
-use RT::Test config => 'Set( $UnsafeEmailCommands, 1)', tests => 159;
+use RT::Test config => 'Set( $UnsafeEmailCommands, 1);', tests => 159;
my ($baseurl, $m) = RT::Test->started_ok;
use RT::Tickets;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list