mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-03-13 01:26:37 -04:00
Removed newline and words with hyphen (#11409)
The newline at the end of the file was removed, as well as 4 words that contain a hyphen: drop-in felt-tip t-shirt yo-yo
This commit is contained in:
parent
ea2f17b9a9
commit
c3e32a9502
@ -2006,7 +2006,6 @@ drizzly
|
|||||||
drone
|
drone
|
||||||
drool
|
drool
|
||||||
droop
|
droop
|
||||||
drop-in
|
|
||||||
dropforge
|
dropforge
|
||||||
dropkick
|
dropkick
|
||||||
droplet
|
droplet
|
||||||
@ -2525,7 +2524,6 @@ feed
|
|||||||
feel
|
feel
|
||||||
feisty
|
feisty
|
||||||
feline
|
feline
|
||||||
felt-tip
|
|
||||||
feminine
|
feminine
|
||||||
feminism
|
feminism
|
||||||
feminist
|
feminist
|
||||||
@ -6637,7 +6635,6 @@ synthesis
|
|||||||
synthetic
|
synthetic
|
||||||
syrup
|
syrup
|
||||||
system
|
system
|
||||||
t-shirt
|
|
||||||
tabasco
|
tabasco
|
||||||
tabby
|
tabby
|
||||||
tableful
|
tableful
|
||||||
@ -7745,7 +7742,6 @@ yiddish
|
|||||||
yield
|
yield
|
||||||
yin
|
yin
|
||||||
yippee
|
yippee
|
||||||
yo-yo
|
|
||||||
yodel
|
yodel
|
||||||
yoga
|
yoga
|
||||||
yogurt
|
yogurt
|
||||||
|
@ -874,7 +874,7 @@ void TestGui::testDicewareEntryEntropy()
|
|||||||
auto* strengthLabel = pwGeneratorWidget->findChild<QLabel*>("strengthLabel");
|
auto* strengthLabel = pwGeneratorWidget->findChild<QLabel*>("strengthLabel");
|
||||||
auto* wordLengthLabel = pwGeneratorWidget->findChild<QLabel*>("passwordLengthLabel");
|
auto* wordLengthLabel = pwGeneratorWidget->findChild<QLabel*>("passwordLengthLabel");
|
||||||
|
|
||||||
QTRY_COMPARE_WITH_TIMEOUT(entropyLabel->text(), QString("Entropy: 77.55 bit"), 200);
|
QTRY_COMPARE_WITH_TIMEOUT(entropyLabel->text(), QString("Entropy: 77.54 bit"), 200);
|
||||||
QCOMPARE(strengthLabel->text(), QString("Password Quality: Good"));
|
QCOMPARE(strengthLabel->text(), QString("Password Quality: Good"));
|
||||||
QCOMPARE(wordLengthLabel->text(),
|
QCOMPARE(wordLengthLabel->text(),
|
||||||
QString("Characters: %1").arg(QString::number(pwGeneratorWidget->getGeneratedPassword().length())));
|
QString("Characters: %1").arg(QString::number(pwGeneratorWidget->getGeneratedPassword().length())));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user