utilitylibraries/libutils/tsrc/src/test_tptr8tostring_positive.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
--- a/utilitylibraries/libutils/tsrc/src/test_tptr8tostring_positive.cpp	Tue Aug 31 16:54:36 2010 +0300
+++ b/utilitylibraries/libutils/tsrc/src/test_tptr8tostring_positive.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()
 {
     int retval =ESuccess;
     __UHEAP_MARK;
@@ -30,9 +30,7 @@
 //    int i=0;
 //    while (i<=1000)
 //    {
-      retval = Tptr8ToString(buf, s);
-      if(retval == ESuccess)
-          printf("conversion succeeded\n");
+    retval = Tptr8ToString(buf, s);
 //    i++;
 //    printf("%d\n",i);
 //    }    
@@ -49,6 +47,4 @@
     }
     __UHEAP_MARKEND;
     testResultXml("test_tptr8tostring_positive");
-	
-	return 0;
 }