loggingservices/eventlogger/test/inc/t_logutil.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
--- 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 <e32test.h>
 
+//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);