/[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 103 by dpavlin, Fri Jul 11 23:08:25 2008 UTC revision 106 by dpavlin, Sun Jul 13 12:22:14 2008 UTC
# Line 2  Line 2 
2  use strict;  use strict;
3  use warnings;  use warnings;
4    
5  use Test::More tests => 6;  use Test::More tests => 8;
6  use lib 'lib';  use lib 'lib';
7    
8  BEGIN {  BEGIN {
# Line 23  $mech->get_ok( $server ); Line 23  $mech->get_ok( $server );
23    
24  $mech->content_contains("Frey");  $mech->content_contains("Frey");
25    
26  #$mech->field( name => $name );  $mech->get_ok( '/ob/Strix::User' );
27  #$mech->field( favorite => $thing1, 1 );  $mech->content_contains("Email");
28  #$mech->field( favorite => $thing2, 2 );  
29  #$mech->field( favorite => $thing3, 3 );  #$mech->field( email => 'test@example.com' );   # FIXME we mungle field names
30  #$mech->submit;  #$mech->submit;
31    
32    #$mech->content_contains('test@example.com');
33    
34  ok( Frey::Test->stop_server, 'stop_server' );  ok( Frey::Test->stop_server, 'stop_server' );
35    

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

  ViewVC Help
Powered by ViewVC 1.1.26