--- a/utilitylibraries/libutils/tsrc/src/test_tptrc16towstring_positive1.cpp Tue Aug 31 16:54:36 2010 +0300
+++ b/utilitylibraries/libutils/tsrc/src/test_tptrc16towstring_positive1.cpp Wed Sep 01 12:36:54 2010 +0100
@@ -19,7 +19,7 @@
#include "libutils.h"
#include"std_log_result.h"
#define LOG_FILENAME_LINE __FILE__, __LINE__
-int main()
+void main()
{
__UHEAP_MARK;
{
@@ -27,7 +27,7 @@
TBufC16<30> buf _L("My wide string");
TPtrC16 src(buf);
int retval=ESuccess;
- //int size=30;
+ int size=30;
// int i=0;
// while (i<=1000)
// {
@@ -48,6 +48,4 @@
}
__UHEAP_MARKEND;
testResultXml("test_tptrc16towstring_positive1");
-
- return 0;
}