mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-09 15:02:39 -04:00
New TODO comment style.
Qt Creator 2.5 is able to parse those.
This commit is contained in:
parent
8faac078fd
commit
587a647c11
16 changed files with 38 additions and 38 deletions
|
@ -268,7 +268,7 @@ void TestKeePass2XmlReader::testEntry2()
|
|||
QCOMPARE(entry->uuid().toBase64(), QString("4jbADG37hkiLh2O0qUdaOQ=="));
|
||||
QCOMPARE(entry->iconNumber(), 0);
|
||||
QCOMPARE(entry->iconUuid().toBase64(), QString("++vyI+daLk6omox4a6kQGA=="));
|
||||
// TODO test entry->icon()
|
||||
// TODO: test entry->icon()
|
||||
QCOMPARE(entry->foregroundColor(), QColor(255, 0, 0));
|
||||
QCOMPARE(entry->backgroundColor(), QColor(255, 255, 0));
|
||||
QCOMPARE(entry->overrideUrl(), QString("http://override.net/"));
|
||||
|
@ -284,7 +284,7 @@ void TestKeePass2XmlReader::testEntry2()
|
|||
QVERIFY(attrs.removeOne("Notes"));
|
||||
QCOMPARE(entry->attributes()->value("Password"), QString("Jer60Hz8o9XHvxBGcRqT"));
|
||||
QVERIFY(attrs.removeOne("Password"));
|
||||
QCOMPARE(entry->attributes()->value("Protected String"), QString("y")); // TODO should have a protection attribute
|
||||
QCOMPARE(entry->attributes()->value("Protected String"), QString("y")); // TODO: should have a protection attribute
|
||||
QVERIFY(attrs.removeOne("Protected String"));
|
||||
QCOMPARE(entry->attributes()->value("Title"), QString("Sample Entry 2"));
|
||||
QVERIFY(attrs.removeOne("Title"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue