From 389ed247ab81045dac0b4464e8be20c3361a153e Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 29 Aug 2006 09:23:59 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ testsuite/test_pad.py | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9acf40f..dda8bc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-29 Edward Hervey + + * testsuite/test_pad.py: + The bug was not a bug. Fixed the typo. + 2006-08-29 Thomas Vander Stichele * testsuite/test_pad.py: diff --git a/testsuite/test_pad.py b/testsuite/test_pad.py index 2fa18a0..535893b 100644 --- a/testsuite/test_pad.py +++ b/testsuite/test_pad.py @@ -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) -- 2.7.4