GNOME Bugzilla – Bug 726470
tests: Add unit tests for sessionpool
Last modified: 2014-03-24 11:20:46 UTC
Previously the collection of all rtsp-server tests managed to exercise gst/rtsp-session-pool.c convering up to 47.6% of the lines. This patch adds a session-pool specific check test that raises the coverage to 90.5%. The only drawback is that there is a ~5 second delay when running the test due to an implicit 5 second timeout in the GstRTSPSessions themselves.
Created attachment 272084 [details] [review] Proposed patch adding unit tests for rtsp-session-pool
commit bfbf393925643f1c5c9b17d9cc5331f23ba321ec Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Sun Mar 16 19:45:26 2014 +0100 tests: Add unit tests for sessionpool Fixes https://bugzilla.gnome.org/show_bug.cgi?id=726470