From 75f8ca487680799edf3e6a89e5f03be9692c860b Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Thu, 19 Feb 2009 09:35:29 +0000 Subject: [PATCH] Typo --- modules/lemonldap-ng-common/t/20-Common-CGI.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lemonldap-ng-common/t/20-Common-CGI.t b/modules/lemonldap-ng-common/t/20-Common-CGI.t index dd244e2ab..bac1d2b1e 100644 --- a/modules/lemonldap-ng-common/t/20-Common-CGI.t +++ b/modules/lemonldap-ng-common/t/20-Common-CGI.t @@ -6,7 +6,7 @@ # change 'tests => 1' to 'tests => last_test_to_print'; package My::Portal; -use Test::More tests => 2; +use Test::More tests => 7; BEGIN { use_ok('Lemonldap::NG::Common::CGI') } our @ISA = ('Lemonldap::NG::Common::CGI');