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

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

trunk/t/App/RoomReservation-Reservation-Confirmation.t revision 1098 by dpavlin, Sun Jun 28 22:14:22 2009 UTC trunk/t/App/RoomReservation-Confirmation.t revision 1122 by dpavlin, Tue Jun 30 13:31:51 2009 UTC
# Line 10  use lib 'lib'; Line 10  use lib 'lib';
10  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
11    
12  BEGIN {  BEGIN {
13          use_ok('App::RoomReservation::Reservation::Confirmation');          use_ok('App::RoomReservation::Confirmation');
14  }  }
15    
16  ok( my $o = App::RoomReservation::Reservation::Confirmation->new( token => 42, request_url => '/', debug => $debug ), 'new' );  ok( my $o = App::RoomReservation::Confirmation->new( token => 42, request_url => '/', debug => $debug ), 'new' );
17  ok( my $markup = $o->verify_as_markup, 'verify' );  ok( my $markup = $o->verify_as_markup, 'verify' );
18  diag $markup if $debug;  diag $markup if $debug;
19  like( $markup, qr/problem/, 'markup content' );  like( $markup, qr/problem/, 'markup content' );

Legend:
Removed from v.1098  
changed lines
  Added in v.1122

  ViewVC Help
Powered by ViewVC 1.1.26