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