summaryrefslogtreecommitdiff
path: root/tests/validate
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-07-13 16:38:04 -0400
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-07-18 10:55:48 -0400
commit5098e1066bfcebb803faec9294974d695d42b9b3 (patch)
treed8c4b65387b8c023ec07704edfe2b1b7480f6253 /tests/validate
parent5e4770ccb90fb7b3aa2cde5fc1b950f71b609c41 (diff)
validate: Fix test names now that the launcher handles adding manager name
Diffstat (limited to 'tests/validate')
-rw-r--r--tests/validate/geslaunch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/validate/geslaunch.py b/tests/validate/geslaunch.py
index 426bf825..f8425dd8 100644
--- a/tests/validate/geslaunch.py
+++ b/tests/validate/geslaunch.py
@@ -303,7 +303,7 @@ Available options:""")
if scenario.get_min_media_duration() >= (project.get_duration() / utils.GST_SECOND):
continue
- classname = "ges.playback.%s.%s" % (scenario.name,
+ classname = "playback.%s.%s" % (scenario.name,
os.path.basename(proj_uri).replace(".xges", ""))
self.add_test(GESPlaybackTest(classname,
self.options,
@@ -314,7 +314,7 @@ Available options:""")
# And now rendering casses
for comb in GES_ENCODING_TARGET_COMBINATIONS:
- classname = "ges.render.%s.%s" % (str(comb).replace(' ', '_'),
+ classname = "render.%s.%s" % (str(comb).replace(' ', '_'),
os.path.splitext(os.path.basename(proj_uri))[0])
self.add_test(GESRenderTest(classname, self.options,
self.reporter, project,