diff -r 26645d81f48d -r cc28652e0254 loggingservices/eventlogger/test/inc/t_logutil.h --- a/loggingservices/eventlogger/test/inc/t_logutil.h Tue Aug 31 16:57:14 2010 +0300 +++ b/loggingservices/eventlogger/test/inc/t_logutil.h Wed Sep 01 12:39:58 2010 +0100 @@ -17,6 +17,9 @@ #include +//Define "TheTest" variable in the cpp test file +extern RTest TheTest; + void LogTestBoolExpr(TBool aRes, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse); void LogCheck(TInt aValue, TInt aExpected, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse); void LogCheckU(TUint aValue, TUint aExpected, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse);