diff -r a1e347446159 -r 28ccaba883f4 utilitylibraries/libutils/tsrc/src/test_wchartorbuf8_boundary1.cpp --- a/utilitylibraries/libutils/tsrc/src/test_wchartorbuf8_boundary1.cpp Fri Sep 17 19:25:42 2010 +0530 +++ b/utilitylibraries/libutils/tsrc/src/test_wchartorbuf8_boundary1.cpp Wed Oct 13 19:39:18 2010 +0530 @@ -28,6 +28,7 @@ wchar_t* mywcharstring = L"Hello Widechar String"; int wchar_length= wcslen(mywcharstring); RBuf8 myRBuf; + myRBuf.CreateL(50); myRBuf.CleanupClosePushL(); retval = WcharToRbuf8 (mywcharstring, myRBuf);