Correct logic error in EntrySearcher and add more tests

This commit is contained in:
Jonathan White
2018-11-17 09:55:57 -05:00
parent 880c3aeb34
commit 340076974e
3 changed files with 25 additions and 6 deletions

View File

@@ -28,8 +28,8 @@ class TestEntrySearcher : public QObject
Q_OBJECT
private slots:
void initTestCase();
void cleanupTestCase();
void init();
void cleanup();
void testAndConcatenationInSearch();
void testSearch();