Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestPasswordGenerator.h')
-rw-r--r--tests/TestPasswordGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestPasswordGenerator.h b/tests/TestPasswordGenerator.h
index 56c4d65a1..454d16e06 100644
--- a/tests/TestPasswordGenerator.h
+++ b/tests/TestPasswordGenerator.h
@@ -26,6 +26,7 @@ class TestPasswordGenerator : public QObject
private slots:
void initTestCase();
+ void testAdditionalChars();
void testCharClasses();
void testLookalikeExclusion();
};