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/297_feed_rss_recentchanges.t

    r306 r312  
    55 
    66use Test::More tests => 
    7   (3 + 17 * $Wiki::Toolkit::TestConfig::Utilities::num_stores); 
     7  (3 + 18 * $Wiki::Toolkit::TestConfig::Utilities::num_stores); 
    88 
    99use_ok( "Wiki::Toolkit::Feed::RSS" ); 
     
    6969      like( $feed, qr|<description>.*\[nou]</description>|, 
    7070            "username included in description" ); 
     71 
     72      like( $feed, qr|<dc:subject>TestCategory1</dc:subject>|, 
     73            "dublin core subject contains category" ); 
    7174 
    7275      # Check that interwiki things are passed through right.