diff -r 567bb019e3e3 -r 7e817e7e631c gstreamer_core/tsrc/check/elements/filesink/src/filesink.c --- a/gstreamer_core/tsrc/check/elements/filesink/src/filesink.c Tue Aug 31 15:30:33 2010 +0300 +++ b/gstreamer_core/tsrc/check/elements/filesink/src/filesink.c Wed Sep 01 12:16:41 2010 +0100 @@ -26,8 +26,7 @@ #include #include -#include -#include + #include #include @@ -48,20 +47,11 @@ void create_xml(int result) { - if(result) - { assert_failed = 1; - } - + testResultXml(xmlfile); close_log_file(); - - if(result) - { - exit (-1); - } - } @@ -459,4 +449,4 @@ test_coverage(); test_uri_interface(); } -#endif +#endif \ No newline at end of file