diff -r f27aebe284bb -r c5af8598d22c logsui/logsengine/logssymbianos/tsrc/ut_logssymbianos/inc/ut_logsreaderstates.h --- a/logsui/logsengine/logssymbianos/tsrc/ut_logssymbianos/inc/ut_logsreaderstates.h Wed Aug 18 09:49:12 2010 +0300 +++ b/logsui/logsengine/logssymbianos/tsrc/ut_logssymbianos/inc/ut_logsreaderstates.h Thu Sep 02 20:27:05 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();