[Rt-commit] rt branch, 3.8.6-releng, updated. rt-3.8.5-289-g916a5a5

Kevin Falcone falcone at bestpractical.com
Fri Oct 9 18:01:49 EDT 2009


The branch, 3.8.6-releng has been updated
       via  916a5a542ffe73dca8e4c1ac1a98cafc5250cc10 (commit)
       via  7429f555227fccb6488e87891fa7581a842f5cf0 (commit)
      from  925fc4ca2d9eb75f91b0955fd7a65088febf07f3 (commit)

Summary of changes:
 t/mail/gateway.t |    2 +-
 t/web/basic.t    |  162 +++++++++++++++++++++++-------------------------------
 2 files changed, 69 insertions(+), 95 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