changeset 44 | 97b0fb8a2cc2 |
parent 22 | ddc455616bd6 |
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario18.cpp Mon May 03 14:06:43 2010 +0300 +++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario18.cpp Tue Jul 20 16:35:53 2010 +0530 @@ -27,6 +27,7 @@ wchar_t* mycharstring = L"hellohello"; int retval[10]; RBuf8 buf; + buf.CreateL(20); retval[1]= WcharToRbuf8(mycharstring,buf); wstring str;