diff -r 28839de615b4 -r 26645d81f48d loggingservices/eventlogger/test/inc/t_logutil2.h --- a/loggingservices/eventlogger/test/inc/t_logutil2.h Thu Aug 19 11:36:21 2010 +0300 +++ b/loggingservices/eventlogger/test/inc/t_logutil2.h Tue Aug 31 16:57:14 2010 +0300 @@ -82,7 +82,7 @@ GLREF_D RFile theLog; GLREF_D RLogTestSession theLogServ; -#define __FILE_FAILNEXT(X) theFs.SetErrorCondition(KErrGeneral, X) +#define __FILE_FAILNEXT(err, iteration) theFs.SetErrorCondition(err, iteration) #define __FILE_RESET theFs.SetErrorCondition(KErrNone, 0) #if defined(_UNICODE)