diff -r acd3cd4aaceb -r 2efc27d87e1c utilitylibraries/libutils/tsrc/src/test_rbuf8towstring_boundary1.cpp --- a/utilitylibraries/libutils/tsrc/src/test_rbuf8towstring_boundary1.cpp Tue Aug 31 16:54:36 2010 +0300 +++ b/utilitylibraries/libutils/tsrc/src/test_rbuf8towstring_boundary1.cpp Wed Sep 01 12:36:54 2010 +0100 @@ -21,7 +21,7 @@ #include "libutils.h" #include"std_log_result.h" #define LOG_FILENAME_LINE __FILE__, __LINE__ -int main() +void main() { int retval =ESuccess; wstring des; @@ -30,7 +30,7 @@ buf.Create(10); buf.Copy((TUint8 *)"Hello", 5); buf.CleanupClosePushL(); - //int size =15; + int size =15; retval = Rbuf8ToWstring(buf, des ); int rbuf_len = buf.Length(); @@ -47,5 +47,4 @@ CleanupStack::PopAndDestroy(1); __UHEAP_MARKEND; testResultXml("test_rbuf8towstring_boundary1"); - return 0; }