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