tests: plugin: remove feature refcount assert

This check fails if one, or more, tracers are loaded while running the
test. The new "leaks" tracer will be able to check for leaks anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=765052
This commit is contained in:
Guillaume Desmottes 2016-05-10 11:06:42 +02:00 committed by Tim-Philipp Müller
parent aa336008b3
commit d479eefde0

View file

@ -75,7 +75,6 @@ GST_START_TEST (test_registry)
/* one for the registry, one for the list */
GST_DEBUG ("Feature refcount %d %s", GST_OBJECT_REFCOUNT_VALUE (feature),
GST_OBJECT_NAME (feature));
ASSERT_OBJECT_REFCOUNT (feature, "feature in registry", 2);
gst_object_unref (feature);
}
g_list_free (list);