Skip to content

Commit

Permalink
Bump incorrect test count
Browse files Browse the repository at this point in the history
The spurious exit removed in 9365ae5 meant that 7 more tests are now
running.
  • Loading branch information
jibsheet committed Aug 20, 2012
1 parent c32036b commit 8624e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mail/gateway.t
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8624e6f

Please sign in to comment.