Show
Ignore:
Timestamp:
05/25/06 17:04:25 (6 years ago)
Author:
nick
Message:

Include the categories in the Feeds, in the appropriate places

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit/trunk/t/302_feed_atom_recentchanges.t

    r255 r312  
    55 
    66use Test::More tests => 
    7   (3 + 11 * $Wiki::Toolkit::TestConfig::Utilities::num_stores); 
     7  (3 + 12 * $Wiki::Toolkit::TestConfig::Utilities::num_stores); 
    88 
    99use_ok( "Wiki::Toolkit::Feed::Atom" ); 
     
    6262            "username included in summary" ); 
    6363 
     64      # Check we also have some categories 
     65      like( $feed, qr|<category term="TestCategory1" />|, 
     66            "contains categories" ); 
     67 
    6468      # Test the 'items' parameter. 
    6569      $feed = $atom->recent_changes( items => 2 );