utilitylibraries/libutils/tsrc/src/test_wchartotbuf16_negative1.cpp
branchRCL_3
changeset 56 acd3cd4aaceb
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
54:4332f0f7be53 56:acd3cd4aaceb
    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 void main()
    23 int main()
    24 { 
    24 { 
    25     __UHEAP_MARK;
    25     __UHEAP_MARK;
    26     int retval =ESuccess;
    26     int retval =ESuccess;
    27     wchar_t* mywcharstring = L"Hello Widechar String";
    27     wchar_t* mywcharstring = L"Hello Widechar String";
    28     TBuf16<10> f;
    28     TBuf16<10> f;
    37     assert_failed = true;
    37     assert_failed = true;
    38     printf("wchartotbuf16 Failed\n");
    38     printf("wchartotbuf16 Failed\n");
    39     }      
    39     }      
    40     __UHEAP_MARKEND;
    40     __UHEAP_MARKEND;
    41     testResultXml("test_wchartotbuf16_negative1");
    41     testResultXml("test_wchartotbuf16_negative1");
       
    42 	return 0;
    42 }
    43 }