Enable entry title matching but always ask before performing auto-type.

This commit is contained in:
Felix Geyer 2014-05-15 18:27:53 +02:00
parent 147cd4ed7b
commit bf39d0b1be
2 changed files with 4 additions and 2 deletions

View file

@ -36,6 +36,8 @@ void TestAutoType::initTestCase()
Crypto::init();
Config::createTempFileInstance();
AutoType::createTestInstance();
config()->set("AutoTypeEntryTitleMatch", false);
config()->set("security/autotypeask", false);
QPluginLoader loader(filePath()->pluginPath("keepassx-autotype-test"));
loader.setLoadHints(QLibrary::ResolveAllSymbolsHint);