Ported all tests

This commit is contained in:
Christian Hansen 2006-01-17 22:06:21 +00:00
parent 734484f48e
commit 83d59837fd
15 changed files with 84 additions and 318 deletions

View file

@ -69,6 +69,10 @@ sub config {
return $SESSION->config;
}
sub lib {
return $WEBGUI_LIB;
}
sub session {
return $SESSION;
}