diff -r 52d644758b05 -r 76d2cf7a585e logsui/logsengine/logssymbianos/tsrc/ut_logssymbianos/inc/ut_logsreaderstates.h --- a/logsui/logsengine/logssymbianos/tsrc/ut_logssymbianos/inc/ut_logsreaderstates.h Fri Aug 06 14:57:47 2010 +0300 +++ b/logsui/logsengine/logssymbianos/tsrc/ut_logssymbianos/inc/ut_logsreaderstates.h Mon Aug 23 18:14:51 2010 +0300 @@ -66,11 +66,13 @@ void testStateReading(); void testStateReading2(); void testStateFillDetails(); + void testStateFillDetails2(); void testStateDone(); void testStateSearchingEvent(); void testStateFindingDuplicates(); void testStateMarkingDuplicates(); void testStateReadingDuplicates(); + void testStateMergingDuplicates(); void testStateReadingDuplicatesDone(); void testStateModifyingDone(); @@ -95,7 +97,7 @@ protected: // From LogsReaderObserver - void readCompleted(int readCount); + void readCompleted(); void errorOccurred(int err); void temporaryErrorOccurred(int err); void eventModifyingCompleted();