/[Frey]/branches/zimbardo/t/90-frey-server.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 /branches/zimbardo/t/90-frey-server.t

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

revision 106 by dpavlin, Sun Jul 13 12:22:14 2008 UTC revision 121 by dpavlin, Mon Jul 14 21:22:43 2008 UTC
# Line 2  Line 2 
2  use strict;  use strict;
3  use warnings;  use warnings;
4    
5  use Test::More tests => 8;  use Test::More tests => 10;
6  use lib 'lib';  use lib 'lib';
7    
8  BEGIN {  BEGIN {
# Line 26  $mech->content_contains("Frey"); Line 26  $mech->content_contains("Frey");
26  $mech->get_ok( '/ob/Strix::User' );  $mech->get_ok( '/ob/Strix::User' );
27  $mech->content_contains("Email");  $mech->content_contains("Email");
28    
29    $mech->get_ok( '/~/Frey::Introspect' );
30    $mech->content_contains("introspect.css");
31    
32    #diag $mech->content;
33    
34  #$mech->field( email => 'test@example.com' );   # FIXME we mungle field names  #$mech->field( email => 'test@example.com' );   # FIXME we mungle field names
35  #$mech->submit;  #$mech->submit;
36    

Legend:
Removed from v.106  
changed lines
  Added in v.121

  ViewVC Help
Powered by ViewVC 1.1.26