utilitylibraries/libutils/tsrc/src/test_wcharptotptr8_negative2.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     int retval =ESuccess;
    25     int retval =ESuccess;
    26     wchar_t* mywcharstring = NULL; 
    26     wchar_t* mywcharstring = NULL; 
    27     TBufC8<30> buf;
    27     TBufC8<30> buf;
    28     TPtr8 myTptr = buf.Des();
    28     TPtr8 myTptr = buf.Des();
    37     {
    37     {
    38     assert_failed = true;
    38     assert_failed = true;
    39     printf("wcharptotptr8 negative2 Failed\n");
    39     printf("wcharptotptr8 negative2 Failed\n");
    40     }      
    40     }      
    41     testResultXml("test_wcharptotptr8_negative2");
    41     testResultXml("test_wcharptotptr8_negative2");
    42 	
       
    43 	return 0;
       
    44 }
    42 }