[Rt-commit] rt branch, 4.0.7-releng, created. rt-4.0.6-298-g8624e6f
Kevin Falcone
falcone at bestpractical.com
Tue Aug 21 13:19:31 EDT 2012
The branch, 4.0.7-releng has been created
at 8624e6fb8e4825fc8025fc94c70be7b49e92f232 (commit)
- Log -----------------------------------------------------------------
commit 8624e6fb8e4825fc8025fc94c70be7b49e92f232
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