Changeset 1127
- Timestamp:
- 07/22/06 01:43:12
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/refactoring-planet/plagger/lib/Plagger/Plugin/Bundle/Planet.pm
r1102 r1127 12 12 } 13 13 } 14 15 $context->load_plugin({ 16 module => 'Filter::StripTagsFromTitle', 17 }); 14 18 15 19 $context->load_plugin({ … … 95 99 =over 4 96 100 101 =item Filter::StripTagsFromTitle 102 97 103 =item SmartFeed::All 98 104 branches/refactoring-planet/plagger/t/plugins/Bundle-Planet/bundle.t
r1110 r1127 47 47 file_contains("$main::dir/atom.xml", qr!href="http://planet.plagger.org/"!); 48 48 file_contains("$main::dir/rss.xml", qr!<link>http://planet.plagger.org/</link>!); 49 50 === Test bundle 51 --- input config 52 global: 53 log: 54 level: error 55 assets_path: $FindBin::Bin/../../../assets 56 plugins: 57 - module: Subscription::Config 58 config: 59 feed: 60 - file://$FindBin::Bin/../../samples/tags-in-title.xml 61 - module: Bundle::Planet 62 config: 63 dir: $main::dir 64 title: Planet Foobar 65 url: http://planet.plagger.org/ 66 --- expected 67 file_contains("$main::dir/index.html", qr/Plagger rocks/); 68 file_contains("$main::dir/atom.xml", qr/Plagger rocks/);
