diff --git a/t/Session/Http.t b/t/Session/Http.t index 288be156c..95b9bd823 100644 --- a/t/Session/Http.t +++ b/t/Session/Http.t @@ -32,6 +32,8 @@ my $http = $session->http; use Test::MockObject::Extends; +##This tests mocks http's getCookies so that it doesn't have to +##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();