/[Frey]/trunk/t/App/RoomReservation-Reservation.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 /trunk/t/App/RoomReservation-Reservation.t

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

revision 1094 by dpavlin, Sun Jun 28 15:13:31 2009 UTC revision 1095 by dpavlin, Sun Jun 28 18:51:49 2009 UTC
# Line 4  use warnings; Line 4  use warnings;
4    
5  my $debug = @ARGV ? 1 : 0;  my $debug = @ARGV ? 1 : 0;
6    
7  use Test::More tests => 4;  use Test::More tests => 3;
8  use lib 'lib';  use lib 'lib';
9    
10  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
# Line 13  BEGIN { Line 13  BEGIN {
13          use_ok('App::RoomReservation::Reservation');          use_ok('App::RoomReservation::Reservation');
14  }  }
15    
16  ok( my $o = App::RoomReservation::Reservation->new( request_url => '/', debug => $debug ), 'new' );  ok( my $o = App::RoomReservation::Reservation->new( request_url => '/', debug => $debug,
17  ok( my $markup = $o->as_markup, 'as_markup' );          ime => 'Pero',
18            prezime => 'Preić',
19            institucija => 'Institut za istraživanje ruda i gubljenje vremena',
20            zanimanje => 'čuvar hladovine',
21            grad => 'Agram',
22            drzava => 'Hrvatska',
23            telefon => '01-555-555',
24            mobitel => '095-555-555',
25            email => 'pero@example.com',
26            email_verify => 'pero@example.com',
27    ), 'new' );
28    ok( my $markup = $o->create_as_markup, 'create' );
29  diag $markup if $debug;  diag $markup if $debug;
30  like( $markup, qr/skeleton/, 'markup content' );  #like( $markup, qr/skeleton/, 'markup content' );
31    

Legend:
Removed from v.1094  
changed lines
  Added in v.1095

  ViewVC Help
Powered by ViewVC 1.1.26