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:
authorJonathan White <support@dmapps.us>2019-10-21 01:23:11 +0300
committerJonathan White <support@dmapps.us>2019-10-21 01:56:41 +0300
commit1e694271a3c6c233736301dcb2f1a7ced081fc3f (patch)
tree1fa647b44bf8427cc6d4cdd50fe38aee82b242dd /tests/TestDatabase.h
parent744b4abce801440ff4e143fb2bb416b3d7a91e07 (diff)
Improve Database and CLI tests
Diffstat (limited to 'tests/TestDatabase.h')
-rw-r--r--tests/TestDatabase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestDatabase.h b/tests/TestDatabase.h
index b5df8690f..dc377ef05 100644
--- a/tests/TestDatabase.h
+++ b/tests/TestDatabase.h
@@ -29,6 +29,7 @@ private slots:
void initTestCase();
void testOpen();
void testSave();
+ void testSignals();
void testEmptyRecycleBinOnDisabled();
void testEmptyRecycleBinOnNotCreated();
void testEmptyRecycleBinOnEmpty();