more session related bug fixes

This commit is contained in:
JT Smith 2006-01-17 05:36:56 +00:00
parent c5cf903b45
commit 3fd57a3559
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ $output = $template->process(\%var);
ok($output =~ m/AAAAA/, "process() - variables");
ok($output =~ m/true/, "process() - conditionals");
ok($output =~ m/XYXYXYXYXY/, "process() - loops");
$template->purge;
cleanup($session); # this line is required