From dcedbb3076fd117854b8aba7b9fd407738224b4c Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 26 Apr 2009 18:35:12 -0400 Subject: [PATCH] Unit Tests - bug.annual.t - Fixed test count. It was reporting more tests that it actually ran. --- src/tests/bug.annual.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/bug.annual.t b/src/tests/bug.annual.t index fd4a49706..71f98e934 100755 --- a/src/tests/bug.annual.t +++ b/src/tests/bug.annual.t @@ -28,7 +28,7 @@ use strict; use warnings; -use Test::More tests => 14; +use Test::More tests => 13; # Create the rc file. if (open my $fh, '>', 'annual.rc')