changeset 71 | 28ccaba883f4 |
parent 22 | ddc455616bd6 |
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario17.cpp Fri Sep 17 19:25:42 2010 +0530 +++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario17.cpp Wed Oct 13 19:39:18 2010 +0530 @@ -27,6 +27,7 @@ int retval[10]; wchar_t* mycharstring = L"HelloHello"; RBuf8 buf; + buf.CreateL(20); retval[1]=WcharToRbuf8(mycharstring,buf); wstring str;