diff -r 567bb019e3e3 -r 7e817e7e631c gstreamer_core/tsrc/examples/manual/manual_helloworld/src/manual_helloworld.c --- a/gstreamer_core/tsrc/examples/manual/manual_helloworld/src/manual_helloworld.c Tue Aug 31 15:30:33 2010 +0300 +++ b/gstreamer_core/tsrc/examples/manual/manual_helloworld/src/manual_helloworld.c Wed Sep 01 12:16:41 2010 +0100 @@ -34,20 +34,11 @@ void create_xml(int result) { - if(result) - { assert_failed = 1; - } - + testResultXml(xmlfile); close_log_file(); - - if(result) - { - exit (-1); - } - } /*