mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Fixed issues with initial commit
This commit is contained in:
parent
ad4423d226
commit
b4d806ad41
17 changed files with 43 additions and 51 deletions
|
@ -282,8 +282,8 @@ void TestEntry::testResolveRecursivePlaceholders()
|
|||
|
||||
auto* entry7 = new Entry();
|
||||
entry7->setGroup(root);
|
||||
entry7->setUuid(Uuid::random());
|
||||
entry7->setTitle(QString("{REF:T@I:%1} and something else").arg(entry3->uuid().toHex()));
|
||||
entry7->setUuid(QUuid::createUuid());
|
||||
entry7->setTitle(QString("{REF:T@I:%1} and something else").arg(QString(entry3->uuid().toRfc4122().toHex())));
|
||||
entry7->setUsername(QString("{TITLE}"));
|
||||
entry7->setPassword(QString("PASSWORD"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue