Skip to content

Commit

Permalink
Removed testplug.pl from 93-plugins.t for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
tima committed Sep 30, 2010
1 parent b655ef7 commit d9e5a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/93-plugins.t
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $cfg->PluginPath('plugins');
$app->init_plugins();

for my $sig ( keys %MT::Plugins ) {
print STDERR "Plugin: $sig\n";
# print STDERR "Plugin: $sig\n";
my $profile = $MT::Plugins{$sig};
if ( my $plugin = $profile->{object} ) {
$plugins->{ $plugin->name }++;
Expand Down Expand Up @@ -48,4 +48,4 @@ ok (exists $plugins->{"SpamLookup - Lookups"}, "SpamLookup - Lookups exists");

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

0 comments on commit d9e5a3e

Please sign in to comment.