/[virtual-ldap]/t/koha/02-create-test-user.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /t/koha/02-create-test-user.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 78 by dpavlin, Tue Feb 23 18:16:03 2010 UTC revision 80 by dpavlin, Tue Feb 23 18:59:42 2010 UTC
# Line 3  Line 3 
3  use warnings;  use warnings;
4  use strict;  use strict;
5    
6  use Test::More tests => 3;  use Test::More tests => 4;
7  use Test::WWW::Mechanize;  use Test::WWW::Mechanize;
8  use File::Slurp;  use File::Slurp;
9    
# Line 33  $mech->submit_form_ok({ Line 33  $mech->submit_form_ok({
33  }, 'login');  }, 'login');
34  save $mech->content;  save $mech->content;
35    
36    $mech->follow_link_ok({ url_regex => qr/logout/ }, 'logout' );

Legend:
Removed from v.78  
changed lines
  Added in v.80

  ViewVC Help
Powered by ViewVC 1.1.26