diff -r d6ef85bc5971 -r a7ba600cb39d loggingservices/eventlogger/test/inc/t_logutil2.h --- a/loggingservices/eventlogger/test/inc/t_logutil2.h Fri May 14 17:36:33 2010 +0300 +++ b/loggingservices/eventlogger/test/inc/t_logutil2.h Thu May 27 14:29:47 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)