From ae27f61732720256e82c65521bade0d06603ab9f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 29 Jul 2008 22:11:11 +0000 Subject: [PATCH] adjust plan now that the isa test is corrected --- t/AdSpace/Ad.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/AdSpace/Ad.t b/t/AdSpace/Ad.t index 3cef0f77a..bd90a2626 100644 --- a/t/AdSpace/Ad.t +++ b/t/AdSpace/Ad.t @@ -36,7 +36,7 @@ my $newAdSettings = { priority => "0", }; -my $numTests = 28; # increment this value for each test you create +my $numTests = 29; # increment this value for each test you create $numTests += scalar keys %{ $newAdSettings }; ++$numTests; ##For conditional testing on module load