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