utilitylibraries/libutils/tsrc/src/test_tptrc8towstring_positive1.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
    17 #include <stdio.h>
    17 #include <stdio.h>
    18 #include<e32std.h>
    18 #include<e32std.h>
    19 #include "libutils.h"
    19 #include "libutils.h"
    20 #include"std_log_result.h"
    20 #include"std_log_result.h"
    21 #define LOG_FILENAME_LINE __FILE__, __LINE__
    21 #define LOG_FILENAME_LINE __FILE__, __LINE__
    22 int main()
    22 void main()
    23 {
    23 {
    24     __UHEAP_MARK;
    24     __UHEAP_MARK;
    25     {
    25     {
    26     wstring des((const wchar_t*)"test case");
    26     wstring des((const wchar_t*)"test case");
    27     TBufC8<30> buf((unsigned char *)"My wide string");
    27     TBufC8<30> buf((unsigned char *)"My wide string");
    45     printf("Test tptrc8towstring positive FAILURE\n");
    45     printf("Test tptrc8towstring positive FAILURE\n");
    46     }	
    46     }	
    47     }	
    47     }	
    48     __UHEAP_MARKEND;
    48     __UHEAP_MARKEND;
    49     testResultXml("test_tptrc8towstring_positive1");
    49     testResultXml("test_tptrc8towstring_positive1");
    50 	
       
    51 	return 0;
       
    52 }
    50 }