summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-04-29 16:02:20 +0200
committerEdward Hervey <bilboed@bilboed.com>2010-04-29 16:02:20 +0200
commit886bcc9599694aa994dd7cda7d57c21760f0cc4c (patch)
treecb6b37d8328e68507ee3068f9edf0c34d72b5580 /testsuite
parenta5c9d615ec7b32276c8747801c945372bca141d0 (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.py1
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