GNOME Bugzilla – Bug 726873
rtsp-threadpool: Improve code coverage of check tests
Last modified: 2014-03-24 00:49:11 UTC
The attached patch raises code coverage of rtsp-threadpool from 73.1% to 91.8%. It also make existing tests us the provided macros for testing the type of an object. This is an improvement over != NULL and == NULL checks.
Created attachment 272627 [details] [review] Proposed patch improving code coverage of rtsp-threadpool tests.
Pushed, thanks! commit d9cfa3677bb2b4103be2e9439eced577893eda82 Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Sat Mar 22 13:24:27 2014 +0100 tests: Improve code coverage of rtsp-threadpool tests Fixes https://bugzilla.gnome.org/show_bug.cgi?id=726873