X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FAuthSessionTestApp.pm;h=49ec14bdb278d7bb5d1e64d52a6a2a38429a8f36;hb=290e5a7efa221cbd3f34a9a72206a6f2d12cc09f;hp=273bb558a4fcc4e6d849f7288b36e741e7c1ff8f;hpb=47c6643f069defccef6516ed55b43797743083ea;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/t/lib/AuthSessionTestApp.pm b/t/lib/AuthSessionTestApp.pm index 273bb55..49ec14b 100644 --- a/t/lib/AuthSessionTestApp.pm +++ b/t/lib/AuthSessionTestApp.pm @@ -1,5 +1,5 @@ package User::SessionRestoring; -use base qw/Catalyst::Plugin::Authentication::User::Hash/; +use base qw/Catalyst::Authentication::User::Hash/; sub for_session { $_[0]->id } sub store { $_[0]->{store} } @@ -68,7 +68,7 @@ sub butterfly : Local { ok( !$c->user, "no user object either" ); } -__PACKAGE__->config->{authentication}{users} = $users = { +__PACKAGE__->config->{'authentication'}{users} = $users = { foo => User::SessionRestoring->new( id => 'foo', password => "s3cr3t",