Add a missing use line in Session/Privilege.pm.

Try to completely clean up all session related stuff from each test.
This commit is contained in:
Colin Kuskie 2007-11-02 03:57:00 +00:00
parent 793cc2b0b5
commit 0fa154d84f
2 changed files with 3 additions and 0 deletions

View file

@ -16,6 +16,7 @@ package WebGUI::Session::Privilege;
use strict;
use WebGUI::International;
use WebGUI::Operation::Auth;
=head1 NAME

View file

@ -105,6 +105,8 @@ BEGIN {
}
END {
$SESSION->scratch->deleteAll;
$SESSION->var->end;
$SESSION->close if defined $SESSION;
}