Skip to content

Commit

Permalink
Item9277: Someone put some Mongo plugin stuff in generic unit test ca…
Browse files Browse the repository at this point in the history
…using floods of warnings

Goodbye Mongo Bongo junk


git-svn-id: http://svn.foswiki.org/trunk@8074 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Jul 8, 2010
1 parent cfca6b0 commit c361a81
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions UnitTestContrib/test/unit/Fn_SEARCH.pm
Expand Up @@ -96,12 +96,6 @@ SUB
sub loadExtraConfig {
my $this = shift; # the Test::Unit::TestCase object
$this->SUPER::loadExtraConfig();

#enable the MongoDBPlugin which keeps the mongodb uptodate with topics changes onsave
#TODO: make conditional - or figure out how to force this in the MongoDB search and query algo's
$Foswiki::cfg{Plugins}{MongoDBPlugin}{Module} = 'Foswiki::Plugins::MongoDBPlugin';
$Foswiki::cfg{Plugins}{MongoDBPlugin}{Enabled} = 1;
$Foswiki::cfg{Plugins}{MongoDBPlugin}{EnableOnSaveUpdates} = 1;
}


Expand Down

0 comments on commit c361a81

Please sign in to comment.