utilitylibraries/libutils/tsrc/src/test_wcharptotptrc8_negative2.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 = NULL; 
    26     wchar_t* mywcharstring = NULL; 
    27     TPtrC8 myTptrc;
    27     TPtrC8 myTptrc;
    28     char *myptr = new char[7];
    28     char *myptr = new char[7];
    37     assert_failed = true;
    37     assert_failed = true;
    38     printf("wcharptotptrc8 negative2 Failed\n");
    38     printf("wcharptotptrc8 negative2 Failed\n");
    39     }   
    39     }   
    40     delete []myptr;   
    40     delete []myptr;   
    41     testResultXml("test_wcharptotptrc8_negative2");
    41     testResultXml("test_wcharptotptrc8_negative2");
       
    42 	
       
    43 	return 0;
    42 }
    44 }