Changeset 1519

Show
Ignore:
Timestamp:
08/20/06 20:21:46
Author:
youpy
Message:
  • fixed order of arguments
  • 4 tests planned
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/t/plugins/SmartFeed-All/base.t

    r1515 r1519  
    22use t::TestPlagger; 
    33 
    4 plan 'no_plan'
     4plan tests => 4
    55run_eval_expected; 
    66 
     
    1717  - module: SmartFeed::All 
    1818--- expected 
    19 is 3, @{$context->update->feeds}
    20 is 6, @{$context->update->feeds->[2]->entries}
     19is @{$context->update->feeds}, 3
     20is @{$context->update->feeds->[2]->entries}, 6
    2121is $context->update->feeds->[2]->id, "smartfeed:all"; 
    2222is $context->update->feeds->[2]->title, "All Entries";