diff --git a/t/91-tagcoverage.t b/t/91-tagcoverage.t index 87ebe1c38..53d39fc50 100644 --- a/t/91-tagcoverage.t +++ b/t/91-tagcoverage.t @@ -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; diff --git a/t/93-plugins.t b/t/93-plugins.t index c281f40b1..6d5632ac0 100644 --- a/t/93-plugins.t +++ b/t/93-plugins.t @@ -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");