diff -r 28839de615b4 -r 26645d81f48d loggingservices/eventlogger/test/inc/t_logutil.h --- a/loggingservices/eventlogger/test/inc/t_logutil.h Thu Aug 19 11:36:21 2010 +0300 +++ b/loggingservices/eventlogger/test/inc/t_logutil.h Tue Aug 31 16:57:14 2010 +0300 @@ -17,9 +17,6 @@ #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);