testsuite/test_pad.py: The bug was not a bug. Fixed the typo.

Original commit message from CVS:
* testsuite/test_pad.py:
The bug was not a bug. Fixed the typo.
This commit is contained in:
Edward Hervey 2006-08-29 09:23:59 +00:00
parent 7e1fa1d97e
commit 389ed247ab
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-08-29 Edward Hervey <edward@fluendo.com>
* testsuite/test_pad.py:
The bug was not a bug. Fixed the typo.
2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
* testsuite/test_pad.py:

View file

@ -227,8 +227,7 @@ class PadPushEventLinkedTest(TestCase):
self.failIf(id(self.event) == id(self.events[0]))
# ... but they wrap the same GstEvent
self.assertEquals(repr(self.event), repr(self.events[0]))
# FIXME: this one fails where it should pass
# self.failUnless(self.events == self.events[0])
self.failUnless(self.event == self.events[0])
self.src.remove_buffer_probe(probe_id)
self.assertEquals(len(self.events), 1)