Extend TestEntrySearcher.

This commit is contained in:
Florian Geyer
2014-05-16 10:51:22 +02:00
parent 4f60df029d
commit c2940a8f18
2 changed files with 16 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ private Q_SLOTS:
void testAndConcatenationInSearch();
void testSearch();
void testAllAttributesAreSearched();
private:
Group* m_groupRoot;
EntrySearcher m_entrySearcher;