From b866601efa0bae41ddd30dd2722c356e9718982a Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 31 May 2011 15:38:01 -0700 Subject: [PATCH] Fix the number of tests in Story.t, Test::Harness 3.x cannot come quickly enough. --- t/Asset/Story.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Asset/Story.t b/t/Asset/Story.t index 3491eda25..550e6a410 100644 --- a/t/Asset/Story.t +++ b/t/Asset/Story.t @@ -86,7 +86,7 @@ WebGUI::Test->addToCleanup($storage1, $storage2); # ############################################################ -my $tests = 49; +my $tests = 50; plan tests => 1 + $tests + $canEditMaker->plan