[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.6-298-ga287f6d
Kevin Falcone
falcone at bestpractical.com
Mon Aug 20 18:32:20 EDT 2012
The branch, 4.0-trunk has been updated
via a287f6da635142df6d89277c5426ddf74350970c (commit)
from c32036beb8fec3a7de98be23a57f863fa9667501 (commit)
Summary of changes:
t/mail/gateway.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit a287f6da635142df6d89277c5426ddf74350970c
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Aug 20 18:04:12 2012 -0400
Bump incorrect test count
The spurious exit removed in 9365ae5 meant that 7 more tests are now
running.
diff --git a/t/mail/gateway.t b/t/mail/gateway.t
index a21b40e..98eabd5 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 => 221, actual_server => 1;
+use RT::Test config => 'Set( $UnsafeEmailCommands, 1);', tests => 228, actual_server => 1;
my ($baseurl, $m) = RT::Test->started_ok;
use RT::Tickets;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list