--- t/00-action-Search.t 2007/07/04 20:45:03 174 +++ t/00-action-Search.t 2007/07/04 20:45:14 175 @@ -81,7 +81,7 @@ my $result = $search->result->content('search'); isa_ok($result, 'Jifty::Collection'); -is($result->count, 1); +cmp_ok($result->count, '>=', 1, 'count'); isa_ok( $result->first, 'Grep::Model::Item' );