/[Frey]/trunk/t/10-strix-user.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/10-strix-user.t

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

revision 99 by dpavlin, Sun Jul 6 18:00:54 2008 UTC revision 100 by dpavlin, Fri Jul 11 19:19:42 2008 UTC
# Line 24  isa_ok( $i, 'Fey::Object::Iterator' ); Line 24  isa_ok( $i, 'Fey::Object::Iterator' );
24    
25  diag dump( $i ) if $debug;  diag dump( $i ) if $debug;
26    
27    my $more = 3;
28    
29  while ( $u = $i->next ) {  while ( $u = $i->next ) {
30          isa_ok( $u, 'Strix::User' );          isa_ok( $u, 'Strix::User' );
31            last unless --$more;
32  }  }

Legend:
Removed from v.99  
changed lines
  Added in v.100

  ViewVC Help
Powered by ViewVC 1.1.26