From 0390d778331f8247ece813d2fc77ecc60e321459 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 21 Aug 2009 04:23:16 +0000 Subject: [PATCH] Update number of tests to skip when the correct modules aren't present. --- t/Mail/Send.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Mail/Send.t b/t/Mail/Send.t index 992fa173e..eeedfd964 100644 --- a/t/Mail/Send.t +++ b/t/Mail/Send.t @@ -281,7 +281,7 @@ WebGUI::Test->groupsToDelete($inboxGroup); $inboxGroup->addUsers([$emailUser->userId, $inboxUser->userId, $lonelyUser->userId]); SKIP: { - my $numtests = 3; # Number of tests in this block + my $numtests = 1; # Number of tests in this block # Must be able to write the config, or we'll die skip "Cannot test email notifications", $numtests unless $smtpServerOk;