--- a/utilitylibraries/libutils/tsrc/src/test_stringtotbuf16_reliability.cpp Fri Apr 16 16:46:38 2010 +0300
+++ b/utilitylibraries/libutils/tsrc/src/test_stringtotbuf16_reliability.cpp Mon May 03 14:06:43 2010 +0300
@@ -20,13 +20,13 @@
#include"std_log_result.h"
#define LOG_FILENAME_LINE __FILE__, __LINE__
-void main()
+int main()
{
- int count = 1;
+ //int count = 1;
bool err = false;
string myString("Hello");
__UHEAP_MARK;
- __UHEAP_FAILNEXT(count);
+ __UHEAP_FAILNEXT(1);
while(!err)
{
int retval =ESuccess;
@@ -54,4 +54,5 @@
__UHEAP_MARKEND;
__UHEAP_RESET;
testResultXml("test_stringtotbuf16_reliability");
+ return 0;
}