utilitylibraries/libutils/tsrc/src/test_stringtotbuf16_negative3.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     string s;
    25     string s;
    26     __UHEAP_MARK;
    26     __UHEAP_MARK;
    27     TBuf16 <5> buf;
    27     TBuf16 <5> buf;
    28     int retval =ESuccess;
    28     int retval =ESuccess;
    37     assert_failed = true;
    37     assert_failed = true;
    38     printf("stringtotbuf16 Failed");
    38     printf("stringtotbuf16 Failed");
    39     }  	
    39     }  	
    40     __UHEAP_MARKEND;
    40     __UHEAP_MARKEND;
    41     testResultXml("test_stringtotbuf16_negative3");
    41     testResultXml("test_stringtotbuf16_negative3");
    42 	return 0;
       
    43 }
    42 }