Changeset 312 for wiki-toolkit/trunk/t/302_feed_atom_recentchanges.t
- Timestamp:
- 05/25/06 17:04:25 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit/trunk/t/302_feed_atom_recentchanges.t
r255 r312 5 5 6 6 use Test::More tests => 7 (3 + 1 1* $Wiki::Toolkit::TestConfig::Utilities::num_stores);7 (3 + 12 * $Wiki::Toolkit::TestConfig::Utilities::num_stores); 8 8 9 9 use_ok( "Wiki::Toolkit::Feed::Atom" ); … … 62 62 "username included in summary" ); 63 63 64 # Check we also have some categories 65 like( $feed, qr|<category term="TestCategory1" />|, 66 "contains categories" ); 67 64 68 # Test the 'items' parameter. 65 69 $feed = $atom->recent_changes( items => 2 );
