mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
tests: update audiocdsrc test for stricter URI protocol checking incore
This commit is contained in:
parent
ecd061e48c
commit
7e00aca2eb
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ GST_START_TEST (test_uri_parsing)
|
||||||
/* wrong protocol */
|
/* wrong protocol */
|
||||||
foosrc = gst_element_factory_make ("cdfoosrc", "cdfoosrc");
|
foosrc = gst_element_factory_make ("cdfoosrc", "cdfoosrc");
|
||||||
fail_unless (gst_uri_handler_set_uri (GST_URI_HANDLER (foosrc),
|
fail_unless (gst_uri_handler_set_uri (GST_URI_HANDLER (foosrc),
|
||||||
"x://", NULL) == FALSE);
|
"xyz://", NULL) == FALSE);
|
||||||
fail_unless (gst_uri_handler_set_uri (GST_URI_HANDLER (foosrc),
|
fail_unless (gst_uri_handler_set_uri (GST_URI_HANDLER (foosrc),
|
||||||
"cddaq://", NULL) == FALSE);
|
"cddaq://", NULL) == FALSE);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue