/[Frey]/trunk/t/60-a3c-hreduorg.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/60-a3c-hreduorg.t

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

revision 108 by dpavlin, Sun Jul 13 12:22:14 2008 UTC revision 109 by dpavlin, Sun Jul 13 13:09:56 2008 UTC
# Line 19  isa_ok( $u, 'A3C::HrEduOrg' ); Line 19  isa_ok( $u, 'A3C::HrEduOrg' );
19    
20  diag dump( $u ) if $debug;  diag dump( $u ) if $debug;
21    
22  ok( my $i = $u->collection( 10, 3 ), 'collection' );  ok( my $i = $u->collection( { limit => 10, offset => 3 } ), 'collection' );
23  isa_ok( $i, 'Fey::Object::Iterator' );  isa_ok( $i, 'Fey::Object::Iterator' );
24    
25  diag dump( $i ) if $debug;  diag dump( $i ) if $debug;

Legend:
Removed from v.108  
changed lines
  Added in v.109

  ViewVC Help
Powered by ViewVC 1.1.26