utilitylibraries/libutils/tsrc/src/test_wcharptotptrc8_positive2.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
    18 #include <stdio.h>
    18 #include <stdio.h>
    19 #include<e32std.h>
    19 #include<e32std.h>
    20 #include "libutils.h"
    20 #include "libutils.h"
    21 #include"std_log_result.h"
    21 #include"std_log_result.h"
    22 #define LOG_FILENAME_LINE __FILE__, __LINE__
    22 #define LOG_FILENAME_LINE __FILE__, __LINE__
    23 int main()
    23 void main()
    24 {
    24 {
    25     __UHEAP_MARK;
    25     __UHEAP_MARK;
    26     int retval =ESuccess;
    26     int retval =ESuccess;
    27     wchar_t* mywcharstring = L"";
    27     wchar_t* mywcharstring = L"";
    28     TPtrC8 myTptrc;
    28     TPtrC8 myTptrc;
    39     printf("wcharptotptrc8 positive Failed\n");
    39     printf("wcharptotptrc8 positive Failed\n");
    40     }   
    40     }   
    41     free(myptr);   
    41     free(myptr);   
    42     __UHEAP_MARKEND;
    42     __UHEAP_MARKEND;
    43     testResultXml("test_wcharptotptrc8_positive2");
    43     testResultXml("test_wcharptotptrc8_positive2");
    44 	
       
    45 	return 0;
       
    46 }
    44 }