From 5c2e5961396b15142e78f5b549cc60a4b2551c88 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 23 Aug 2009 19:56:29 +0000 Subject: [PATCH] Update number of tests. --- t/Search/Index.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Search/Index.t b/t/Search/Index.t index b02ff8d6e..9c9231f6a 100644 --- a/t/Search/Index.t +++ b/t/Search/Index.t @@ -40,7 +40,7 @@ WebGUI::Test->tagsToRollback( #---------------------------------------------------------------------------- # Tests -plan tests => 15; # Increment this number for each test you create +plan tests => 16; # Increment this number for each test you create use_ok( 'WebGUI::Search::Index' );