commit
580cb361cf
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ sub readLines {
|
|||
sub start {
|
||||
my $webguiRoot = shift;
|
||||
my $configFile = shift;
|
||||
my $session = WebGUI::Session->open( $webguiRoot, $configFile );
|
||||
my $session = WebGUI::Session->open( $configFile );
|
||||
$session->user( { userId => 3 } );
|
||||
return $session;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue