utilitylibraries/libutils/tsrc/src/test_wcharptotptr16_boundary2.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
    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     int retval =ESuccess;
    25     int retval =ESuccess;
    26     wchar_t* mywcharstring = L"Hello Widechar String";
    26     wchar_t* mywcharstring = L"Hello Widechar String";
    27     int wchar_length= wcslen(mywcharstring);
    27     int wchar_length= wcslen(mywcharstring);
    28     TBufC16<21> buf;
    28     TBufC16<21> buf;
    40     {
    40     {
    41     assert_failed = true;
    41     assert_failed = true;
    42     printf("wcharptotptr16 boundar2 Failed\n");
    42     printf("wcharptotptr16 boundar2 Failed\n");
    43     }      
    43     }      
    44     testResultXml("test_wcharptotptr16_boundary2");
    44     testResultXml("test_wcharptotptr16_boundary2");
       
    45 	
       
    46 	return 0;
    45 }
    47 }