Fix test so that it can restore properly
Yuval Kogman [Mon, 28 Nov 2005 12:49:09 +0000 (12:49 +0000)]
t/live_app_session.t

index 19f42c9..6d064e9 100644 (file)
@@ -16,6 +16,7 @@ BEGIN {
        use base qw/Catalyst::Plugin::Authentication::User::Hash/;
 
        sub for_session { $_[0]->id }
+       sub store { $_[0]->{store} }
        
        package AuthTestApp;
        use Catalyst qw/