Fix tests that were using var.
This commit is contained in:
parent
c4553012d1
commit
678406d54d
9 changed files with 17 additions and 17 deletions
|
|
@ -32,7 +32,7 @@ use Test::MockObject::Extends;
|
|||
##try and implement the mod_perl cookie handling code.
|
||||
$http = Test::MockObject::Extends->new($http);
|
||||
my $cookieName = $session->config->getCookieName;
|
||||
my $varId = $session->var->getId();
|
||||
my $varId = $session->getId();
|
||||
|
||||
$http->mock( getCookies => sub { return {$cookieName => $varId} } );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue