Skip to content

Commit

Permalink
[#167 state:resolved] Removed testing for Professional & Community pa…
Browse files Browse the repository at this point in the history
…ck specific plugins from 6A that are not GPL'ed or part of Melody from tag coverage and plugins unit tests.
  • Loading branch information
tima committed Sep 29, 2010
1 parent 92c65fa commit 00d7556
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
15 changes: 0 additions & 15 deletions t/91-tagcoverage.t
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,11 @@ my $components = {
'MT/Template/Context/Search.pm',
],
},
'commercial' => {
paths => [
'CustomFields/Template/ContextHandlers.pm',
],
},
'community' => {
paths => [
'MT/Community/Tags.pm',
],
},
'multiblog' => {
paths => [
'MultiBlog/Tags.pm',
],
},
'FeedsAppLite' => {
paths => [
'MT/Feeds/Tags.pm',
],
},
};

my $mt = MT->instance;
Expand Down
9 changes: 0 additions & 9 deletions t/93-plugins.t
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,12 @@ ok (exists $plugins->{"Configuration Assistant"}, "Config Assistant exists");
ok (exists $plugins->{"PubSubHubbub"}, "PubSubHubbub exists");

# These are not loading for some reason
ok (exists $plugins->{"StyleCatcher"}, "StyleCatcher exists");
ok (exists $plugins->{"WXR Importer"}, "WXR Importer exists");
ok (exists $plugins->{"TypePad AntiSpam"}, "TypePad AntiSpam exists");
ok (exists $plugins->{"SpamLookup - Keyword Filter"}, "SpamLookup - Keyword Filter exists");
ok (exists $plugins->{"SpamLookup - Link"}, "SpamLookup - Link exists");
ok (exists $plugins->{"SpamLookup - Lookups"}, "SpamLookup - Lookups exists");


#ok (exists $plugins->{"Action Streams"}, "Action Streams exists");
#ok (exists $plugins->{"Facebook Commenters"}, "Facebook Commenters exists");
#ok (exists $plugins->{"Blog Cloner"}, "Blog Cloner exists");
#ok (exists $plugins->{"Feeds.App Lite"}, "Feeds.App Lite exists");
#ok (exists $plugins->{"Motion"}, "Motion exists");
#ok (exists $plugins->{"Community Action Streams"}, "Community Action Streams exists");

# test plugins created by MT::Test
ok (exists $plugins->{"Awesome"}, "Awesome exists");
ok (exists $plugins->{"testplug.pl"}, "testplug.pl exists");

0 comments on commit 00d7556

Please sign in to comment.