more session related bug fixes
This commit is contained in:
parent
c5cf903b45
commit
3fd57a3559
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue