gstreamer_core/tsrc/check/gst/gstiterator/src/gstiterator.c
changeset 8 4a7fac7dd34a
parent 0 0e761a78d257
child 30 7e817e7e631c
equal deleted inserted replaced
7:71e347f905f2 8:4a7fac7dd34a
    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 
    41     if(result)
    42     if(result)
       
    43     {
    42         assert_failed = 1;
    44         assert_failed = 1;
    43     
    45     } 
       
    46 
    44     testResultXml(xmlfile);
    47     testResultXml(xmlfile);
    45     close_log_file();
    48     close_log_file();
       
    49 
       
    50     if(result)
       
    51     {
       
    52         exit (-1);
       
    53     }    
       
    54 
    46 }
    55 }
    47 
    56 
    48 static GList *
    57 static GList *
    49 make_list_of_ints (gint n)
    58 make_list_of_ints (gint n)
    50 {
    59 {