Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix the OpenSearchManager autotest: remove all the engines in the
initTestCase() function.
  • Loading branch information
Jakub Wieczorek committed Jul 31, 2009
1 parent 25fac0f commit 74e3992
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autotests/opensearchmanager/tst_opensearchmanager.cpp
Expand Up @@ -68,6 +68,8 @@ void tst_OpenSearchManager::initTestCase()
QCoreApplication::setApplicationName("opensearchtest");

SubOpenSearchManager manager;
foreach (const QString &name, manager.allEnginesNames())
manager.removeEngine(name);
QCOMPARE(manager.enginesCount(), 1);
}

Expand Down

0 comments on commit 74e3992

Please sign in to comment.