/[Frey]/trunk/t/30-extjs.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/30-extjs.t

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

revision 454 by dpavlin, Thu Jul 17 18:02:06 2008 UTC revision 455 by dpavlin, Wed Nov 19 15:28:23 2008 UTC
# Line 23  is( $o->meta->name, 'ExtJS::Portal', 'me Line 23  is( $o->meta->name, 'ExtJS::Portal', 'me
23    
24  ok( defined $o->debug, 'debug' );  ok( defined $o->debug, 'debug' );
25    
26  ok( my $m = $o->markup, 'markup' );  ok( my $m = $o->as_markup, 'markup' );
27  diag $m if $debug;  diag $m if $debug;
28    
29  my $head_count = $#{ $o->head };  my $head_count = $#{ $o->head };
# Line 36  diag "head: ",dump($o->head) if $debug; Line 36  diag "head: ",dump($o->head) if $debug;
36    
37  cmp_ok( $#{ $o->head }, '>', $head_count, 'more head_countent' );  cmp_ok( $#{ $o->head }, '>', $head_count, 'more head_countent' );
38    
39  ok( my $m2 = $o->markup, 'markup' );  ok( my $m2 = $o->as_markup, 'markup' );
40  diag $m2 if $debug;  diag $m2 if $debug;
41    
42  cmp_ok( length($m), '<', length($m2), 'bigger markup' );  cmp_ok( length($m), '<', length($m2), 'bigger markup' );

Legend:
Removed from v.454  
changed lines
  Added in v.455

  ViewVC Help
Powered by ViewVC 1.1.26