logsui/logscntfinder/tsrc/st_logscntfinder/inc/st_logscntfinder.h
changeset 9 68f3171a5819
parent 8 6c9acdc6adc0
child 15 76d2cf7a585e
--- a/logsui/logscntfinder/tsrc/st_logscntfinder/inc/st_logscntfinder.h	Thu Jun 24 14:44:14 2010 +0300
+++ b/logsui/logscntfinder/tsrc/st_logscntfinder/inc/st_logscntfinder.h	Thu Jul 08 11:31:03 2010 +0300
@@ -77,7 +77,7 @@
     void testPredictiveSearchQueryLogsContactsPhoneNumberMatch();
     void testPredictiveSearchQueryLimit();
     void testQueryOrder();
-    void testContactWithNonMappedChars();
+    void testContactWithSpecialChars();
 
 private:
 
@@ -91,13 +91,15 @@
     void createContacts();
     void createContactsForQueryOrder();
     void createContactsForQueryZero();
-    void createContactsWithNonMappedChars();
+    void createContactsWithSpecialChars();
     void createHistoryEvents();
     void createLogEvent(
         QString firstname, 
         QString Lastname, 
         QString phnumber);
 
+    bool checkHighlights( int index, int expected );
+    
 private:
     QContactManager *m_manager;
     LogsCntFinder   *m_finder;