diff options
author | Edward Hervey <bilboed@bilboed.com> | 2010-04-29 16:02:20 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2010-04-29 16:02:20 +0200 |
commit | 886bcc9599694aa994dd7cda7d57c21760f0cc4c (patch) | |
tree | cb6b37d8328e68507ee3068f9edf0c34d72b5580 /testsuite | |
parent | a5c9d615ec7b32276c8747801c945372bca141d0 (diff) |
test_interface: Don't assert the missing mixer, gracefully ignore it
Fixes make check on systems that don't have a GstMixer element available
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/test_interface.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/test_interface.py b/testsuite/test_interface.py index 4f4c89c..a89e0e8 100644 --- a/testsuite/test_interface.py +++ b/testsuite/test_interface.py @@ -59,7 +59,6 @@ class MixerTest(TestCase): self.mixer = amix.create() else: self.mixer = None - assert self.mixer def tearDown(self): del self.mixer |