mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01: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:
committed by
GitHub
parent
ab6b6f36a0
commit
86f74a00d0
@@ -1032,7 +1032,7 @@ void TestGui::testDicewareEntryEntropy()
|
||||
auto* strengthLabel = pwGeneratorWidget->findChild<QLabel*>("strengthLabel");
|
||||
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(wordLengthLabel->text(),
|
||||
QString("Characters: %1").arg(QString::number(pwGeneratorWidget->getGeneratedPassword().length())));
|
||||
|
||||
Reference in New Issue
Block a user