gstreamer_core/tsrc/check/gst/gstiterator/src/gstiterator.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    36 
    36 
    37 //char* xmlfile = "gstiterator_logs";
    37 //char* xmlfile = "gstiterator_logs";
    38 
    38 
    39 void create_xml(int result)
    39 void create_xml(int result)
    40 {
    40 {
    41 
       
    42     if(result)
    41     if(result)
    43     {
       
    44         assert_failed = 1;
    42         assert_failed = 1;
    45     } 
    43     
    46 
       
    47     testResultXml(xmlfile);
    44     testResultXml(xmlfile);
    48     close_log_file();
    45     close_log_file();
    49 
       
    50     if(result)
       
    51     {
       
    52         exit (-1);
       
    53     }    
       
    54 
       
    55 }
    46 }
    56 
    47 
    57 static GList *
    48 static GList *
    58 make_list_of_ints (gint n)
    49 make_list_of_ints (gint n)
    59 {
    50 {