From 44c6fdfc504ce160f3ef8ae6cf0038ea95e05ca1 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 15 Jan 2006 04:30:39 +0000 Subject: [PATCH] id generation test officially works now --- t/Session_Id.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Session_Id.t b/t/Session_Id.t index e4ae4d8f7..66cc01ce3 100644 --- a/t/Session_Id.t +++ b/t/Session_Id.t @@ -12,6 +12,7 @@ use strict; use lib '../lib'; use Getopt::Long; +use WebGUI::Session; # ---- END DO NOT EDIT ----