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

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

revision 1097 by dpavlin, Sun Jun 28 15:13:31 2009 UTC revision 1098 by dpavlin, Sun Jun 28 22:14:22 2009 UTC
# Line 16  BEGIN { Line 16  BEGIN {
16  ok( my $o = App::RoomReservation::Room->new( request_url => '/', debug => $debug ), 'new' );  ok( my $o = App::RoomReservation::Room->new( request_url => '/', debug => $debug ), 'new' );
17  ok( my $markup = $o->as_markup, 'as_markup' );  ok( my $markup = $o->as_markup, 'as_markup' );
18  diag $markup if $debug;  diag $markup if $debug;
19  like( $markup, qr/skeleton/, 'markup content' );  like( $markup, qr/table/i, 'markup' );
20    

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

  ViewVC Help
Powered by ViewVC 1.1.26