From 29a75c50b827939e3d36adf0a6fdaeb2f4d8112d Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Wed, 18 Jan 2006 03:29:12 +0000 Subject: [PATCH] increment number of tests. --- t/User.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/User.t b/t/User.t index 0d66ba547..b8df1ff96 100644 --- a/t/User.t +++ b/t/User.t @@ -17,7 +17,7 @@ use WebGUI::Session; use WebGUI::Utility; use WebGUI::User; -use Test::More tests => 33; # increment this value for each test you create +use Test::More tests => 34; # increment this value for each test you create my $session = WebGUI::Test->session;