From 3b06849a80636d29e420b27b6f38dd46e57afd6c Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 15 Jan 2006 04:40:36 +0000 Subject: [PATCH] utility test works --- t/Utility.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Utility.t b/t/Utility.t index 38837daec..824187eb0 100644 --- a/t/Utility.t +++ b/t/Utility.t @@ -13,6 +13,7 @@ use strict; use lib '../lib'; use Getopt::Long; +use WebGUI::Session; # ---- END DO NOT EDIT ---- use Test::More tests => 21; # increment this value for each test you create