testsuite/event.py (EventFileSrcTest.setUp): Start the pipeline, so we don't get...
authorJohan Dahlin <johan@gnome.org>
Tue, 13 Jul 2004 09:00:07 +0000 (09:00 +0000)
committerJohan Dahlin <johan@gnome.org>
Tue, 13 Jul 2004 09:00:07 +0000 (09:00 +0000)
commit0a37fd1928f1d53e183dd61d308344e281f52380
tree6517ebc5d5402c85ffe597b02d5633d94136cc6f
parent39381dbd877e1130c43be4f6121789be748003aa
testsuite/event.py (EventFileSrcTest.setUp): Start the pipeline, so we don't get warnings when sending events

Original commit message from CVS:
* testsuite/event.py (EventFileSrcTest.setUp): Start the pipeline,
so we don't get warnings when sending events
(EventTest.setUp): Ditto.

* testsuite/pad.py: New test, only testing simple pad queries so far.

* testsuite/Makefile.am (tests): Add missing tests

* gst/gst.override (_wrap_gst_pad_query): Raise RuntimeError if
the return value is False and only return the queried value.
ChangeLog
common
gst/gst.override
testsuite/Makefile.am
testsuite/event.py
testsuite/pad.py [new file with mode: 0644]
testsuite/test_pad.py [new file with mode: 0644]