utilitylibraries/libutils/tsrc/src/integration_test_scenario19.cpp
changeset 71 28ccaba883f4
parent 22 ddc455616bd6
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario19.cpp	Fri Sep 17 19:25:42 2010 +0530
+++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario19.cpp	Wed Oct 13 19:39:18 2010 +0530
@@ -27,6 +27,7 @@
     wchar_t* mycharstring = L"hellohello";
     int retval[10];
     RBuf16 buf;
+    buf.CreateL(30);
     retval[1]= WcharToRbuf16(mycharstring,buf);
 
     wstring str;
@@ -41,6 +42,7 @@
     retval[4]= Tbuf16ToWchar(tbuf,myfinalstring,size);
 
     RBuf8 buf8;
+    buf8.CreateL(50);
     retval[5]= WcharToRbuf8(myfinalstring,buf8);
 
     wstring str1;