Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Falcone <falcone@bestpractical.com>2012-08-21 02:04:12 +0400
committerKevin Falcone <falcone@bestpractical.com>2012-08-21 02:25:29 +0400
commit8624e6fb8e4825fc8025fc94c70be7b49e92f232 (patch)
treea042ab4b88e10e8816ecb71f54d1a26335245b56
parentc32036beb8fec3a7de98be23a57f863fa9667501 (diff)
Bump incorrect test countrt-4.0.7rc1rt-4.0.7
The spurious exit removed in 9365ae5 meant that 7 more tests are now running.
-rw-r--r--t/mail/gateway.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/mail/gateway.t b/t/mail/gateway.t
index a21b40ef76..98eabd56ef 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;