dash: mpdclient: Re-enable test now that mpdclient is fixed

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8734>
This commit is contained in:
Doug Nazar 2025-03-30 01:43:33 -04:00 committed by GStreamer Marge Bot
parent 9a04896293
commit 635e0ad5c1

View File

@ -5999,12 +5999,6 @@ GST_START_TEST (dash_mpdparser_maximum_segment_duration)
GST_END_TEST;
#if 0
/*
* Test disabled due to failures with recent libsoup
*/
/*
* Test parsing of Perioud using @xlink:href attribute
*/
@ -6109,7 +6103,6 @@ GST_START_TEST (dash_mpdparser_xlink_period)
GST_END_TEST;
#endif
/*
* Test parsing xsd:datetime with timezoneoffset.
@ -6714,11 +6707,8 @@ dash_suite (void)
tcase_add_test (tc_simpleMPD, dash_mpdparser_various_duration_formats);
tcase_add_test (tc_simpleMPD, dash_mpdparser_default_presentation_delay);
#if 0
/* Test disabled due to failure with libsoup */
/* tests checking xlink attributes */
tcase_add_test (tc_simpleMPD, dash_mpdparser_xlink_period);
#endif
/* tests checking the MPD management
* (eg. setting active streams, obtaining attributes values)