/[Grep]/t/00-action-Search.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 /t/00-action-Search.t

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

revision 174 by dpavlin, Sat Jun 9 10:27:19 2007 UTC revision 175 by dpavlin, Wed Jul 4 20:45:14 2007 UTC
# Line 81  $search->run; Line 81  $search->run;
81  my $result = $search->result->content('search');  my $result = $search->result->content('search');
82    
83  isa_ok($result, 'Jifty::Collection');  isa_ok($result, 'Jifty::Collection');
84  is($result->count, 1);  cmp_ok($result->count, '>=', 1, 'count');
85    
86  isa_ok( $result->first, 'Grep::Model::Item' );  isa_ok( $result->first, 'Grep::Model::Item' );
87    

Legend:
Removed from v.174  
changed lines
  Added in v.175

  ViewVC Help
Powered by ViewVC 1.1.26