GNOME Bugzilla – Bug 515567
[states] States unit test should exclude the dvb plugin
Last modified: 2008-02-11 05:11:21 UTC
Hi, the states unit test must not run with the dvb elements as they will fail without paramters set (and without dvb card): 0:00:04.851633688 20957 0x804b6e8 ERROR dvbsrc gstdvbsrc.c:1000:gst_dvbsrc_start:<dvbsrc> Not able to lock on to the dvb channel Attached patch fixes this.
Created attachment 104838 [details] [review] states-dvb.diff
Ta, please commit
2008-02-11 Sebastian Dröge <slomo@circular-chaos.org> * tests/check/Makefile.am: Disable the dvb plugin for the states test. Fixes bug #515567.