[Catalyst] Testing sessions
    Ovid 
    publiustemp-catalyst at yahoo.com
       
    Thu Feb 16 22:35:07 CET 2006
    
    
  
Oops.  Never mind.
It works fine with Test::WWW::Mechanize::Catalyst:
  use Test::WWW::Mechanize::Catalyst 'CacheTestApp';
  my $mech = Test::WWW::Mechanize::Catalyst->new;
  $mech->get_ok('http://localhost/store_in_cache', 'store');
  $mech->get_ok('http://localhost/retrieve_from_cache', 'retrieve');
Didn't even think that Catalyst::Test had no need to store the cookies
:/
Cheers,
Ovid
-- 
If this message is a response to a question on a mailing list, please send follow up questions to the list.
Web Programming with Perl -- http://users.easystreet.com/ovid/cgi_course/
    
    
More information about the Catalyst
mailing list