mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-06 13:34:16 -04:00
Coding style fixes.
This commit is contained in:
parent
ef3d7b7772
commit
5daf0853c9
7 changed files with 15 additions and 14 deletions
|
@ -55,7 +55,8 @@ void TestArgumentParser::testFilename()
|
|||
|
||||
void TestArgumentParser::testMultipleArguments()
|
||||
{
|
||||
parse(QStringList() << "--config" << "myconfig.ini" << "--filename" << "myfilename" << "--password" << "mypassword");
|
||||
parse(QStringList() << "--config" << "myconfig.ini" << "--filename" << "myfilename"
|
||||
<< "--password" << "mypassword");
|
||||
|
||||
QCOMPARE(argumentMap.size(), 3);
|
||||
QCOMPARE(argumentMap.value("config"), QString("myconfig.ini"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue