--- trunk/t/60-a3c-hreduorg.t 2008/07/13 13:09:27 108 +++ trunk/t/60-a3c-hreduorg.t 2008/07/13 13:09:56 109 @@ -19,7 +19,7 @@ diag dump( $u ) if $debug; -ok( my $i = $u->collection( 10, 3 ), 'collection' ); +ok( my $i = $u->collection( { limit => 10, offset => 3 } ), 'collection' ); isa_ok( $i, 'Fey::Object::Iterator' ); diag dump( $i ) if $debug;