From a28dffd4c400ca7c3a0cc4138ed44dd881ef30af Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 25 Aug 2010 11:46:05 -0700 Subject: [PATCH] Update the number of tests in t/Utility.t --- t/Utility.t | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/t/Utility.t b/t/Utility.t index 28fc4c773..ce195eed0 100644 --- a/t/Utility.t +++ b/t/Utility.t @@ -17,7 +17,7 @@ use Tie::IxHash; use WebGUI::Test; use WebGUI::Session; -use Test::More tests => 57; # increment this value for each test you create +use Test::More tests => 2; # increment this value for each test you create use Test::Deep; my $session = WebGUI::Test->session; @@ -36,12 +36,6 @@ ok(WebGUI::Utility::isIn("webgui", qw(cars trucks webgui trains)), 'isIn()'); is_deeply([keys %hash2], [qw/e c b d a/], 'sortHash'); } - -TODO: { - local $TODO = 'Things to do'; - ok(0, 'Move email validation tests out of Form/Email into here'); -} - # Local variables: # mode: cperl # End: