diff -r 28839de615b4 -r 26645d81f48d traceservices/tracefw/ulogger/unit_test/te-outfrwkchans/te-file/uloggerfileplugintest.h --- a/traceservices/tracefw/ulogger/unit_test/te-outfrwkchans/te-file/uloggerfileplugintest.h Thu Aug 19 11:36:21 2010 +0300 +++ b/traceservices/tracefw/ulogger/unit_test/te-outfrwkchans/te-file/uloggerfileplugintest.h Tue Aug 31 16:57:14 2010 +0300 @@ -20,7 +20,8 @@ #ifndef __ULOGGERFILEPLUGINTEST_H__ #define __ULOGGERFILEPLUGINTEST_H__ -#include +#include + #include "uloggerfileplugin.h" #include "te_filesuitestepbase.h" @@ -37,9 +38,9 @@ private: // Tests void TestNewL(); - void TestUnlockResources(); - void TestSettings(); - void TestWrite(); + void TestUnlockResourcesL(); + void TestSettingsL(); + void TestWriteL(); RFs iFileServer; };