summaryrefslogtreecommitdiff
path: root/tests/validate
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2016-09-09 08:52:32 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2016-09-09 10:27:24 -0300
commit8b4983daf1dfaecc545d4d2ca409681a8cc1542f (patch)
tree16034bb714a6504a810eee30d958f26ae3f90ab9 /tests/validate
parent4434392b2c3d4184ea61c883d3babc686c341cdb (diff)
test:validate: Handle new expected_failures Test argument
Diffstat (limited to 'tests/validate')
-rw-r--r--tests/validate/geslaunch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validate/geslaunch.py b/tests/validate/geslaunch.py
index a846aa19..70a44ae7 100644
--- a/tests/validate/geslaunch.py
+++ b/tests/validate/geslaunch.py
@@ -116,7 +116,7 @@ class XgesProjectDescriptor(MediaDescriptor):
class GESTest(GstValidateTest):
def __init__(self, classname, options, reporter, project, scenario=None,
- combination=None):
+ combination=None, expected_failures=None):
super(GESTest, self).__init__(GES_LAUNCH_COMMAND, classname, options, reporter,
scenario=scenario)