summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLinus Svensson <linussn@axis.com>2014-10-23 13:39:10 +0200
committerWim Taymans <wtaymans@redhat.com>2014-11-07 12:42:48 +0100
commit1a004c5d4650f79638112a1bf3203d54a2454b4d (patch)
tree7c17c3bc72a99bcca0babd1451e0fb667d091103 /tests
parentd1ea01d4c6f5621c47ba3b4acc6b4e269b47b016 (diff)
tests: Remove FIXME
The session leak is now fixed, lets remove those FIXME comments.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/gst/client.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/check/gst/client.c b/tests/check/gst/client.c
index 1bbd67d..6d392a7 100644
--- a/tests/check/gst/client.c
+++ b/tests/check/gst/client.c
@@ -654,7 +654,6 @@ GST_START_TEST (test_client_multicast_invalid_transport_specific)
session_pool = gst_rtsp_client_get_session_pool (client);
fail_unless (session_pool != NULL);
- /* FIXME: There seems to be a leak of a session here ! */
fail_unless (gst_rtsp_session_pool_get_n_sessions (session_pool) == 0);
g_object_unref (session_pool);
@@ -675,7 +674,6 @@ GST_START_TEST (test_client_multicast_invalid_transport_specific)
session_pool = gst_rtsp_client_get_session_pool (client);
fail_unless (session_pool != NULL);
- /* FIXME: There seems to be a leak of a session here ! */
fail_unless (gst_rtsp_session_pool_get_n_sessions (session_pool) == 0);
g_object_unref (session_pool);
@@ -696,7 +694,6 @@ GST_START_TEST (test_client_multicast_invalid_transport_specific)
session_pool = gst_rtsp_client_get_session_pool (client);
fail_unless (session_pool != NULL);
- /* FIXME: There seems to be a leak of a session here ! */
fail_unless (gst_rtsp_session_pool_get_n_sessions (session_pool) == 0);
g_object_unref (session_pool);