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>2018-11-17 17:55:57 +0300
committerJonathan White <support@dmapps.us>2018-11-17 17:55:57 +0300
commit340076974e05ee58ea43635d09f110dcb987caa5 (patch)
tree258d315b5486ab07e3d78996af0760b0b30fb174 /tests/TestEntrySearcher.h
parent880c3aeb349d2990ae3a297f06d79d79f25b4402 (diff)
Correct logic error in EntrySearcher and add more tests
Diffstat (limited to 'tests/TestEntrySearcher.h')
-rw-r--r--tests/TestEntrySearcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/TestEntrySearcher.h b/tests/TestEntrySearcher.h
index f385d618e..e10b1b544 100644
--- a/tests/TestEntrySearcher.h
+++ b/tests/TestEntrySearcher.h
@@ -28,8 +28,8 @@ class TestEntrySearcher : public QObject
Q_OBJECT
private slots:
- void initTestCase();
- void cleanupTestCase();
+ void init();
+ void cleanup();
void testAndConcatenationInSearch();
void testSearch();