--- t/koha/02-create-test-user.t 2010/02/23 18:18:35 79 +++ t/koha/02-create-test-user.t 2010/02/23 18:59:42 80 @@ -3,7 +3,7 @@ use warnings; use strict; -use Test::More tests => 3; +use Test::More tests => 4; use Test::WWW::Mechanize; use File::Slurp; @@ -33,3 +33,4 @@ }, 'login'); save $mech->content; +$mech->follow_link_ok({ url_regex => qr/logout/ }, 'logout' );